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:
Diffstat (limited to 'configure')
-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