mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Fix library settings.
This commit is contained in:
parent
4678bae604
commit
2eb641758b
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user