summaryrefslogtreecommitdiffstats
path: root/extra/ppp/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-05 09:57:55 +0100
committersibel <lesibel@free.fr>2011-03-05 09:57:55 +0100
commit779d816422ba917cd51c28471805f1ae587ad09a (patch)
treed8822a822626092e8b62dd48179a05870545aa25 /extra/ppp/Pkgfile
parent77a8906adb96c8d6ef3b4ebf5da7bfaba5b0b11a (diff)
downloadnutyx-pakxe-779d816422ba917cd51c28471805f1ae587ad09a.tar.gz
nutyx-pakxe-779d816422ba917cd51c28471805f1ae587ad09a.tar.bz2
nutyx-pakxe-779d816422ba917cd51c28471805f1ae587ad09a.tar.xz
nutyx-pakxe-779d816422ba917cd51c28471805f1ae587ad09a.zip
ppp, maj 2.4.5-1
Diffstat (limited to 'extra/ppp/Pkgfile')
-rw-r--r--extra/ppp/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/ppp/Pkgfile b/extra/ppp/Pkgfile
index 18549b287..5aa43542d 100644
--- a/extra/ppp/Pkgfile
+++ b/extra/ppp/Pkgfile
@@ -6,12 +6,13 @@
# Run on: libpcap
name=ppp
-version=2.4.4
+version=2.4.5
release=1
source=(http://samba.org/ftp/$name/$name-$version.tar.gz
pppd)
build() {
+ export CFLAGS="$CFLAGS -D_GNU_SOURCE"
cd $name-$version
./configure --prefix=/usr
make
@@ -19,5 +20,6 @@ build() {
make INSTROOT=$PKG install
mkdir -p $PKG/etc/rc.d/init.d/
install -m755 ../pppd $PKG/etc/rc.d/init.d/
+
}