From 86dfc828f196c255a18d6730cd16816b35e2fbaf Mon Sep 17 00:00:00 2001 From: Dan Hutchinson Date: Mon, 21 Apr 2014 20:42:14 +0100 Subject: Fix Linux compile issue --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 52c67c2..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 -- cgit v1.2.3