diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-01-05 20:28:21 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-01-05 20:28:21 +0000 |
commit | ce6926ddd36f4d9c1b09db1c2c8ac9cd3ceac99d (patch) | |
tree | 6daa6134b90bd3a817c0876ce6e473a9fcf249fb /net-dialup/ppp | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-ce6926ddd36f4d9c1b09db1c2c8ac9cd3ceac99d.tar.gz gentoo-2-ce6926ddd36f4d9c1b09db1c2c8ac9cd3ceac99d.tar.bz2 gentoo-2-ce6926ddd36f4d9c1b09db1c2c8ac9cd3ceac99d.zip |
Add -D_GNU_SOURCE to CFLAGS (#159877). Remove obsolete revision.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index d936c80efed1..f49b6d17fb84 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ppp -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.170 2006/12/31 01:06:02 kloeri Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.171 2007/01/05 20:28:21 mrness Exp $ + + 05 Jan 2007; Alin Năstac <mrness@gentoo.org> -ppp-2.4.4-r3.ebuild, + ppp-2.4.4-r4.ebuild: + Add -D_GNU_SOURCE to CFLAGS (#159877). Remove obsolete revision. 31 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> ppp-2.4.4-r4.ebuild: Stable on Alpha, bug 157525. diff --git a/net-dialup/ppp/ppp-2.4.4-r4.ebuild b/net-dialup/ppp/ppp-2.4.4-r4.ebuild index 117b6cbc13f6..1319f04ad72f 100644 --- a/net-dialup/ppp/ppp-2.4.4-r4.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r4.ebuild,v 1.7 2006/12/31 01:06:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r4.ebuild,v 1.8 2007/01/05 20:28:21 mrness Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -113,7 +113,7 @@ src_compile() { export AR="$(tc-getAR)" append-ldflags $(bindnow-flags) econf || die "configuration failed" - emake COPTS="${CFLAGS}" || die "compile failed" + emake COPTS="${CFLAGS} -D_GNU_SOURCE" || die "compile failed" #build pppgetpass cd contrib/pppgetpass |