From dd53883b3071cfd2fe85ace94676486010532038 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 22 Dec 2015 23:55:14 +0000 Subject: network/proxytunnel: Fixed underlinking with gcc-5.3.0. Signed-off-by: David Spencer --- network/proxytunnel/proxytunnel.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/proxytunnel/proxytunnel.SlackBuild b/network/proxytunnel/proxytunnel.SlackBuild index 423b4e2140..2db3742cf5 100644 --- a/network/proxytunnel/proxytunnel.SlackBuild +++ b/network/proxytunnel/proxytunnel.SlackBuild @@ -51,7 +51,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -make CFLAGS+="$SLKCFLAGS" +make CFLAGS+="$SLKCFLAGS" LDFLAGS+="-lcrypto -lssl" make install PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3