summaryrefslogtreecommitdiffstats
path: root/network/fdm
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-17 20:18:12 +0200
committer Robby Workman2012-09-18 06:34:13 +0200
commitf16da522b7ea55596254c4dd87e4b93a8be8932d (patch)
tree3521ea82391102301462d0aed9e74737e12cec42 /network/fdm
parent63fb4f0580b81fa6b10833d39920a5ac441fb895 (diff)
downloadslackbuilds-f16da522b7ea55596254c4dd87e4b93a8be8932d.tar.gz
network/fdm: Fixed underlinking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/fdm')
-rw-r--r--network/fdm/fdm.SlackBuild4
1 files 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 \