Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: app-arch/tar/files/
Date: Thu, 28 Nov 2013 20:20:43
Message-Id: 1385669976.fa09ee63018496cbcf5439be70869a2c5c0cfbf1.blueness@gentoo
1 commit: fa09ee63018496cbcf5439be70869a2c5c0cfbf1
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 20:19:36 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 20:19:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=fa09ee63
7
8 app-arch/tar: fix src/Makefile.am
9
10 Package-Manager: portage-2.2.7
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 app-arch/tar/files/tar-1.27.1-sys-attr.patch | 9 ++++-----
15 1 file changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/app-arch/tar/files/tar-1.27.1-sys-attr.patch b/app-arch/tar/files/tar-1.27.1-sys-attr.patch
18 index d999fd9..9b96296 100644
19 --- a/app-arch/tar/files/tar-1.27.1-sys-attr.patch
20 +++ b/app-arch/tar/files/tar-1.27.1-sys-attr.patch
21 @@ -115,12 +115,11 @@ diff --git a/src/Makefile.am b/src/Makefile.am
22 index 07c117d..d871256 100644
23 --- a/src/Makefile.am
24 +++ b/src/Makefile.am
25 -@@ -50,4 +50,8 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
26 -
27 +@@ -51,3 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
28 LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV)
29
30 + tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX)
31 ++
32 +if TAR_LIB_ATTR
33 -+LIBADD = -lattr
34 ++tar_LDADD += -lattr
35 +endif
36 -+
37 - tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX)