From 57d8f5198b6ad55160da1ed0ccc059a7cede1a88 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 2 Nov 2013 23:49:57 -0500 Subject: network/pptp: Updated for version 1.8.0. Signed-off-by: Robby Workman --- network/pptp/pptp.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'network/pptp/pptp.SlackBuild') diff --git a/network/pptp/pptp.SlackBuild b/network/pptp/pptp.SlackBuild index 3fd2061f715f4..907e57d5b4e03 100644 --- a/network/pptp/pptp.SlackBuild +++ b/network/pptp/pptp.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pptp -VERSION=${VERSION:-1.7.2} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,10 +72,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix path to 'ip' binary -patch -p1 < $CWD/routing.c.patch - -make OPTIMIZE="$SLKCFLAGS" +make IP=/sbin/ip OPTIMIZE="$SLKCFLAGS" make install MANDIR=$PKG/usr/man/man8 DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3