diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ppp/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/ppp/Pkgfile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/extra/ppp/.md5sum.i686 b/extra/ppp/.md5sum.i686 index 29f375d88..67e7480a6 100644 --- a/extra/ppp/.md5sum.i686 +++ b/extra/ppp/.md5sum.i686 @@ -1,2 +1,2 @@ -4621bc56167b6953ec4071043fe0ec57 ppp-2.4.5.tar.gz +ef622c82d8315ee64ef97a7e1795b1cb ppp-2.4.5.tar.gz 2213d9a6b4f99183bc04ec36d8598252 pppd diff --git a/extra/ppp/Pkgfile b/extra/ppp/Pkgfile index 5aa43542d..05e16e204 100644 --- a/extra/ppp/Pkgfile +++ b/extra/ppp/Pkgfile @@ -12,6 +12,7 @@ source=(http://samba.org/ftp/$name/$name-$version.tar.gz pppd) build() { + unset MAKEFLAGS export CFLAGS="$CFLAGS -D_GNU_SOURCE" cd $name-$version ./configure --prefix=/usr |