From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 511EF138247 for ; Thu, 28 Nov 2013 20:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6434AE0BC9; Thu, 28 Nov 2013 20:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04BAEE0BC9 for ; Thu, 28 Nov 2013 20:20:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2E9933F217 for ; Thu, 28 Nov 2013 20:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8632AE54FB for ; Thu, 28 Nov 2013 20:20:39 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1385669976.fa09ee63018496cbcf5439be70869a2c5c0cfbf1.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: app-arch/tar/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: app-arch/tar/files/tar-1.27.1-sys-attr.patch X-VCS-Directories: app-arch/tar/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fa09ee63018496cbcf5439be70869a2c5c0cfbf1 X-VCS-Branch: uclibc Date: Thu, 28 Nov 2013 20:20:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb1b4a4b-84b8-4abc-8f47-f56fa6a542a7 X-Archives-Hash: 0f8208d73a459275a2bba3f0bf0b0c06 commit: fa09ee63018496cbcf5439be70869a2c5c0cfbf1 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Nov 28 20:19:36 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Nov 28 20:19:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=fa09ee63 app-arch/tar: fix src/Makefile.am Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA --- app-arch/tar/files/tar-1.27.1-sys-attr.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 index d999fd9..9b96296 100644 --- a/app-arch/tar/files/tar-1.27.1-sys-attr.patch +++ b/app-arch/tar/files/tar-1.27.1-sys-attr.patch @@ -115,12 +115,11 @@ diff --git a/src/Makefile.am b/src/Makefile.am index 07c117d..d871256 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -50,4 +50,8 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) - +@@ -51,3 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV) + tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX) ++ +if TAR_LIB_ATTR -+LIBADD = -lattr ++tar_LDADD += -lattr +endif -+ - tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX)