Add -D_GNU_SOURCE to CFLAGS (#159877). Remove obsolete revision.
authorAlin Năstac <mrness@gentoo.org>
Fri, 5 Jan 2007 20:28:21 +0000 (20:28 +0000)
committerAlin Năstac <mrness@gentoo.org>
Fri, 5 Jan 2007 20:28:21 +0000 (20:28 +0000)
Package-Manager: portage-2.1.1-r2

net-dialup/ppp/ChangeLog
net-dialup/ppp/ppp-2.4.4-r4.ebuild

index d936c80efed1a356bf3e425cb644f17b12d4fea2..f49b6d17fb84170bba5c207cf37881c304426c37 100644 (file)
@@ -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.
index 117b6cbc13f6ab2caa7bf4ed1ad86b43ebd18724..1319f04ad72f598e141865a7309afb6d6ece02cb 100644 (file)
@@ -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