Merge branch 'hutchinson-linux_fix'

* hutchinson-linux_fix:
  Fix Linux compile issue
This commit is contained in:
Adam Hamsik 2016-02-14 21:00:47 +01:00
commit 60bcee08c9

3
configure vendored
View File

@ -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