summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-07 16:52:00 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-07 16:52:00 +0000
commit084b2dca7576f868903fe9b775758e3228d52f51 (patch)
treeb32593a825380c984efe67515fe8ca2d1ab18fd9 /net-dialup
parentadd ppc fix #50542 (diff)
downloadhistorical-084b2dca7576f868903fe9b775758e3228d52f51.tar.gz
historical-084b2dca7576f868903fe9b775758e3228d52f51.tar.bz2
historical-084b2dca7576f868903fe9b775758e3228d52f51.zip
make sure -fPIC gets into the radius lib #52813
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ppp-2.4.2-r2.ebuild3
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() {