From f16da522b7ea55596254c4dd87e4b93a8be8932d Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 17 Sep 2012 20:18:12 +0200 Subject: network/fdm: Fixed underlinking. Signed-off-by: Matteo Bernardini --- network/fdm/fdm.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/fdm/fdm.SlackBuild b/network/fdm/fdm.SlackBuild index a66bd13bf5..86a7b1d76f 100644 --- a/network/fdm/fdm.SlackBuild +++ b/network/fdm/fdm.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=fdm VERSION=${VERSION:-1.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,7 +71,7 @@ find . \ patch -p1 < $CWD/GNUmakefile.patch -make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" +make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" LDFLAGS="-lcrypto" make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3