summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:00:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:00:29 +0000
commit354256e037d7113db7a2dc193dbb3b420c94cf7e (patch)
tree1f986ca51b4c8157a7930cc93ef024a97f30aae8 /app-pda/p3nfs
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadgentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.tar.gz
gentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.tar.bz2
gentoo-2-354256e037d7113db7a2dc193dbb3b420c94cf7e.zip
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-pda/p3nfs')
-rw-r--r--app-pda/p3nfs/ChangeLog5
-rw-r--r--app-pda/p3nfs/p3nfs-5.18-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog
index a7f175fdad95..2a3d035968c7 100644
--- a/app-pda/p3nfs/ChangeLog
+++ b/app-pda/p3nfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/p3nfs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.10 2005/10/07 13:45:35 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.11 2005/12/25 14:55:42 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> p3nfs-5.18-r1.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
07 Oct 2005; Michele Noberasco <s4t4n@gentoo.org> p3nfs-5.18-r1.ebuild:
Stable for x86.
diff --git a/app-pda/p3nfs/p3nfs-5.18-r1.ebuild b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild
index cde46a1f95fe..2f96d134a81b 100644
--- a/app-pda/p3nfs/p3nfs-5.18-r1.ebuild
+++ b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.18-r1.ebuild,v 1.2 2005/10/07 13:45:35 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.18-r1.ebuild,v 1.3 2005/12/25 14:55:42 flameeyes Exp $
inherit eutils flag-o-matic
@@ -25,7 +25,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
sed -i "s:\$(LDFLAGS):${LDFLAGS}:" ${S}/nfsd/Makefile.in
econf || die "econf failed"