diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-08-01 20:58:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-08-01 20:58:23 +0000 |
commit | 4b4877c62f517f454af02245fcc4ed69bf56b682 (patch) | |
tree | 985642536b6bad230a1801a3a7cbdf00eb8155a8 /net-dialup/ppp | |
parent | bump to banshee 1.2 (diff) | |
download | gentoo-2-4b4877c62f517f454af02245fcc4ed69bf56b682.tar.gz gentoo-2-4b4877c62f517f454af02245fcc4ed69bf56b682.tar.bz2 gentoo-2-4b4877c62f517f454af02245fcc4ed69bf56b682.zip |
Export LDFLAGS used to compile plugin programs (#233317).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r19.ebuild (renamed from net-dialup/ppp/ppp-2.4.4-r18.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 98ed7ae0c1d4..8e7b966e4316 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.223 2008/08/01 18:57:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.224 2008/08/01 20:58:23 mrness Exp $ + +*ppp-2.4.4-r19 (01 Aug 2008) + + 01 Aug 2008; Alin Năstac <mrness@gentoo.org> -ppp-2.4.4-r18.ebuild, + +ppp-2.4.4-r19.ebuild: + Export LDFLAGS used to compile plugin programs (#233317). 01 Aug 2008; nixnut <nixnut@gentoo.org> ppp-2.4.4-r15.ebuild: Stable on ppc wrt bug 227183 diff --git a/net-dialup/ppp/ppp-2.4.4-r18.ebuild b/net-dialup/ppp/ppp-2.4.4-r19.ebuild index 20555159ed3b..1d598973a991 100644 --- a/net-dialup/ppp/ppp-2.4.4-r18.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r19.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r18.ebuild,v 1.1 2008/07/30 20:37:29 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r19.ebuild,v 1.1 2008/08/01 20:58:23 mrness Exp $ -inherit eutils flag-o-matic toolchain-funcs linux-info pam +inherit eutils toolchain-funcs linux-info pam DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - mirror://gentoo/${P}-gentoo-20080730.tar.gz + mirror://gentoo/${P}-gentoo-20080801.tar.gz dhcp? ( http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz )" LICENSE="BSD GPL-2" @@ -120,7 +120,6 @@ src_unpack() { src_compile() { export CC="$(tc-getCC)" export AR="$(tc-getAR)" - append-ldflags -Wl,--allow-shlib-undefined # otherwise linking plugins might fail with undef errors (#210837) econf || die "configuration failed" emake COPTS="${CFLAGS} -D_GNU_SOURCE" || die "compile failed" |