From c0203ee1ddbcc3efae439241abc6214d44121533 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 21 Sep 2012 07:39:57 +0200 Subject: network/openl2tp: Disabled a "warning-as-error" that breaks build. Signed-off-by: Matteo Bernardini --- network/openl2tp/openl2tp.SlackBuild | 5 +++-- network/openl2tp/openl2tp.info | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'network') diff --git a/network/openl2tp/openl2tp.SlackBuild b/network/openl2tp/openl2tp.SlackBuild index b2f985fba3..d71422247f 100644 --- a/network/openl2tp/openl2tp.SlackBuild +++ b/network/openl2tp/openl2tp.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=openl2tp VERSION=${VERSION:-1.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -55,7 +55,8 @@ find . \ patch -p1 < $CWD/Makefile.diff -make OPT_CFLAGS="$SLKCFLAGS" SYS_LIBDIR=/usr/lib${LIBDIRSUFFIX} +make OPT_CFLAGS="$SLKCFLAGS -Wno-error=unused-but-set-variable" \ + SYS_LIBDIR=/usr/lib${LIBDIRSUFFIX} make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/network/openl2tp/openl2tp.info b/network/openl2tp/openl2tp.info index d1b77d36a9..d38d0ca354 100644 --- a/network/openl2tp/openl2tp.info +++ b/network/openl2tp/openl2tp.info @@ -1,7 +1,7 @@ PRGNAM="openl2tp" VERSION="1.8" HOMEPAGE="http://www.openl2tp.org/" -DOWNLOAD="http://sourceforge.net/projects/openl2tp/files/openl2tp/1.8/openl2tp-1.8.tar.gz" +DOWNLOAD="http://downloads.sourceforge.net/openl2tp/openl2tp-1.8.tar.gz" MD5SUM="e3d08dedfb9e6a9a1e24f6766f6dadd0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3