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 | 4b6d6576f6208271a842cca4468b3afc59355112 (patch) | |
tree | 7bb70b2663ab5e3a9911ca15f09d57fe8b9b0bfb /net-analyzer/netselect/netselect-0.3-r1.ebuild | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | gentoo-2-4b6d6576f6208271a842cca4468b3afc59355112.tar.gz gentoo-2-4b6d6576f6208271a842cca4468b3afc59355112.tar.bz2 gentoo-2-4b6d6576f6208271a842cca4468b3afc59355112.zip |
Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case.
(Portage version: 2.1_pre2)
Diffstat (limited to 'net-analyzer/netselect/netselect-0.3-r1.ebuild')
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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:" \ |