diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 16:52:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 16:52:00 +0000 |
commit | eb4feee07b3809d30fce8b3aabc0b12b182659fe (patch) | |
tree | 7765350f381835e38e146ebf898baeceeb75450a | |
parent | add ppc fix #50542 (Manifest recommit) (diff) | |
download | gentoo-2-eb4feee07b3809d30fce8b3aabc0b12b182659fe.tar.gz gentoo-2-eb4feee07b3809d30fce8b3aabc0b12b182659fe.tar.bz2 gentoo-2-eb4feee07b3809d30fce8b3aabc0b12b182659fe.zip |
make sure -fPIC gets into the radius lib #52813
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild index aa85151d5a6b..b11e6526c8a0 100644 --- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.5 2004/05/04 00:06:47 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.6 2004/06/07 16:52:00 vapier Exp $ inherit eutils gnuconfig @@ -55,6 +55,7 @@ src_unpack() { einfo "Enabling radius" sed -i -e 's/SUBDIRS := rp-pppoe/SUBDIRS := rp-pppoe radius/' pppd/plugins/Makefile.linux || die + sed -i -e '/^CFLAGS/s:$: -fPIC:' pppd/plugins/radius/radiusclient/lib/Makefile.in || die } src_compile() { |