diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:06:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:06:42 +0000 |
commit | 7b9c0afd704796c27688647aca98c16ea103bce7 (patch) | |
tree | 775c11514fd34931cccc2f95284ba23345bf81cf /net-analyzer/netselect | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | historical-7b9c0afd704796c27688647aca98c16ea103bce7.tar.gz historical-7b9c0afd704796c27688647aca98c16ea103bce7.tar.bz2 historical-7b9c0afd704796c27688647aca98c16ea103bce7.zip |
Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 2f5451ac082b..cf92f978874d 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/netselect # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.25 2005/08/09 13:13:54 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.26 2005/12/25 15:04:43 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + netselect-0.3-r1.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. 09 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> netselect-0.3-r1.ebuild: Stable on mips. diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index 02e4535cc4e8..5a21ad93438a 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-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/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.14 2005/09/03 19:31:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.15 2005/12/25 15:04:43 flameeyes Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ IUSE="" S="${WORKDIR}/${PN}" src_compile() { - use ppc-macos || append-ldflags "-Wl,-z,now" + append-ldflags $(bindnow-flags) sed -i \ -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ |