Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <haaaad@gmail.com>2015-12-29 15:32:12 +0300
committerAdam Hamsik <haaaad@gmail.com>2015-12-29 15:32:12 +0300
commit3b52a10c54caaea7d19bb189f5bf27199ec85ca6 (patch)
tree6487f91fb5880c5acfd64a54929090e2667305ea
parentec404a9e6152224058891e525ed21478f46f54a2 (diff)
parent33805b3375e2c78b73f5934db0f7e266d58ba20e (diff)
Merge pull request #37 from douglasanpa/master
Fix to compile on Ubuntu 13:04
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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