Fix to compile on Ubuntu 13:04

With this modification the proxychains compiles successfully on Ubuntu 13:04
This commit is contained in:
douglasanpa 2013-04-17 04:09:02 -03:00
parent dcbafb0279
commit 33805b3375

2
configure vendored
View File

@ -106,7 +106,7 @@ fi
if islinux ; then
#echo OS_CFLAGS=
echo OS_LDFLAGS=-pthread -ldl -Wl,--no-as-needed>>config.mak
echo LD_SET_SONAME=-install_name, >>config.mak
#echo LD_SET_SONAME=-install_name, >>config.mak
fi
if isbsd ; then