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 <adh@rsd.com>2016-02-14 23:00:35 +0300
committerAdam Hamsik <adh@rsd.com>2016-02-14 23:00:35 +0300
commit8623b26a7285ec08038f30ebae8cdef6441d2639 (patch)
tree772de05163bf737f99bc09accee772494af649e9
parent3b52a10c54caaea7d19bb189f5bf27199ec85ca6 (diff)
parent86dfc828f196c255a18d6730cd16816b35e2fbaf (diff)
Merge branch 'linux_fix' of https://github.com/hutchinson/proxychains into hutchinson-linux_fix
* 'linux_fix' of https://github.com/hutchinson/proxychains: Fix Linux compile issue
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index cfec22a..3b763f5 100755
--- a/configure
+++ b/configure
@@ -104,9 +104,8 @@ if ismac ; then
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=-Wl,-soname= >>config.mak
fi
if isbsd ; then