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:47 +0300
committerAdam Hamsik <adh@rsd.com>2016-02-14 23:00:47 +0300
commit60bcee08c9353587e1193c18d371849b6797a985 (patch)
tree772de05163bf737f99bc09accee772494af649e9
parent3b52a10c54caaea7d19bb189f5bf27199ec85ca6 (diff)
parent8623b26a7285ec08038f30ebae8cdef6441d2639 (diff)
Merge branch 'hutchinson-linux_fix'
* hutchinson-linux_fix: 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