diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:11:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:11:55 +0000 |
commit | 1babee681da7fd2716082a06850ebbadc70405bc (patch) | |
tree | dfbaadc953db913a7e5069d898face85b07cc68e /net-dialup/ppp | |
parent | Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. (diff) | |
download | historical-1babee681da7fd2716082a06850ebbadc70405bc.tar.gz historical-1babee681da7fd2716082a06850ebbadc70405bc.tar.bz2 historical-1babee681da7fd2716082a06850ebbadc70405bc.zip |
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.3-r10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 795fff2ba2b8..75e65ca4e7e6 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.132 2005/11/29 17:27:01 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.133 2005/12/25 15:08:40 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> ppp-2.4.3-r10.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. *ppp-2.4.3-r10 (29 Nov 2005) diff --git a/net-dialup/ppp/ppp-2.4.3-r10.ebuild b/net-dialup/ppp/ppp-2.4.3-r10.ebuild index 3ef954bc58f1..392d708ee809 100644 --- a/net-dialup/ppp/ppp-2.4.3-r10.ebuild +++ b/net-dialup/ppp/ppp-2.4.3-r10.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/net-dialup/ppp/ppp-2.4.3-r10.ebuild,v 1.1 2005/11/29 17:27:01 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.3-r10.ebuild,v 1.2 2005/12/25 15:08:40 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -150,7 +150,7 @@ src_unpack() { src_compile() { export CC="$(tc-getCC)" export AR="$(tc-getAR)" - append-ldflags -Wl,-z,now + append-ldflags $(bindnow-flags) econf || die "configuration failed" emake COPTS="${CFLAGS}" || die "compile failed" |