diff options
Diffstat (limited to 'network/fdm')
-rw-r--r-- | network/fdm/fdm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/fdm/fdm.SlackBuild b/network/fdm/fdm.SlackBuild index a66bd13bf542..86a7b1d76f26 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 \ |