From 33805b3375e2c78b73f5934db0f7e266d58ba20e Mon Sep 17 00:00:00 2001 From: douglasanpa Date: Wed, 17 Apr 2013 04:09:02 -0300 Subject: [PATCH] Fix to compile on Ubuntu 13:04 With this modification the proxychains compiles successfully on Ubuntu 13:04 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 52c67c2..cfec22a 100755 --- a/configure +++ b/configure @@ -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