summaryrefslogtreecommitdiffstats
path: root/network/pptpd/pptpd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/pptpd/pptpd.SlackBuild')
-rw-r--r--network/pptpd/pptpd.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/pptpd/pptpd.SlackBuild b/network/pptpd/pptpd.SlackBuild
index 0e4d657fb5..2e2359aeba 100644
--- a/network/pptpd/pptpd.SlackBuild
+++ b/network/pptpd/pptpd.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pptpd
VERSION=${VERSION:-1.3.4}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -79,6 +79,9 @@ patch -p1 < $CWD/fix_plugins_patchlevel_h.diff
# Fix hardcoded /usr/lib/pptpd/ in pptpctrl.c if ARCH=x86_64
[ "$ARCH" = "x86_64" ] && patch -p1 < $CWD/fix_pptpctrl_c_for_x86_64.diff
+# Thanks to Swaz for the patch to fix an invalid declaration of pppInterfaceIPs
+patch -p1 < $CWD/pptpctl_fix.patch
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \