network/fdm: Fixed underlinking.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-17 20:18:12 +02:00 committed by Robby Workman
parent 63fb4f0580
commit f16da522b7

View file

@ -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 \