diff options
Diffstat (limited to 'extra/ppp/Pkgfile')
-rw-r--r-- | extra/ppp/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |