network/sslscan: Fixed underlinking.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-23 17:49:59 +02:00 committed by Robby Workman
parent a0d058c277
commit acbaf42529

View file

@ -28,7 +28,7 @@
PRGNAM=sslscan
VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -78,7 +78,7 @@ find . \
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
make CFLAGS="$SLKCFLAGS" MANPATH=/usr/man/
make CFLAGS="$SLKCFLAGS" MANPATH=/usr/man/ LDFLAGS="-lcrypto"
make install BINPATH=$PKG/usr/bin MANPATH=$PKG/usr/man/
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \