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 <adam.hamsik@innovatrics.com>2012-10-10 14:27:57 +0400
committerAdam Hamsik <adam.hamsik@innovatrics.com>2012-10-10 14:27:57 +0400
commit2eb641758ba15d9f931e6b599ef14523d5ebf6d5 (patch)
treedb2386a15101b8f8f1d0c52acd659c5c3c9790aa /configure
parent4678bae604aae2494ed04a30a1f23efd53dd1cea (diff)
Fix library settings.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index f49f48b..48bec41 100755
--- a/configure
+++ b/configure
@@ -100,11 +100,11 @@ if ismac ; then
echo INSTALL_FLAGS=-m>>config.mak
fi
-if islinux ; then
- echo LD_SET_SONAME=-ldl
+if islinux ; then
+ echo LD_SET_SONAME=-ldl -Wl,-install_name, >>config.mak
fi
-if isbsd ; then
+if isbsd ; then
echo INSTALL_FLAGS=-m>>config.mak
echo LD_SET_SONAME=-Wl,-rpath,$libdir -install_name,>>config.mak
fi