[arch-commits] Commit in ppp/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sat May 16 01:40:28 UTC 2009


    Date: Friday, May 15, 2009 @ 21:40:28
  Author: thomas
Revision: 39397

Merged revisions 39396 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/ppp/trunk

........
  r39396 | thomas | 2009-05-16 03:39:57 +0200 (Sa, 16 Mai 2009) | 1 line
  
  upgpkg: ppp 2.4.4-8
........

Modified:
  ppp/repos/testing-x86_64/	(properties)
  ppp/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)


Property changes on: ppp/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ppp/trunk:1-39393
   + /ppp/trunk:1-39396

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-05-16 01:39:57 UTC (rev 39396)
+++ testing-x86_64/PKGBUILD	2009-05-16 01:40:28 UTC (rev 39397)
@@ -31,6 +31,8 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # fix CFLAGS
+  # -D_GNU_SOURCE is needed for IPv6 to work apparently
+  export CFLAGS="$CFLAGS -D_GNU_SOURCE"
   sed -i "s:-O2 -pipe -Wall -g:${CFLAGS}:" pppd/Makefile.linux
   sed -i "s:-g -O2:${CFLAGS}:" pppd/plugins/Makefile.linux
   sed -i "s:-O2:${CFLAGS}:" pppstats/Makefile.linux




More information about the arch-commits mailing list