From 0ef03a5cb9ae58b42139b5344eeb4ec45d02c3a9 Mon Sep 17 00:00:00 2001 From: Intars Students Date: Sun, 16 Dec 2012 02:39:17 +0200 Subject: [PATCH] Fixes issues with compiling in Mint 14 - unrecognized command line option '-install_name,libproxychains4.so' - symbol lookup error: ./libproxychains4.so: undefined symbol: dlsym --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 52c67c2..c304dd7 100755 --- a/configure +++ b/configure @@ -105,8 +105,8 @@ 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 OS_LDFLAGS=-pthread -Wl,--no-as-needed -ldl>>config.mak + #echo LD_SET_SONAME=-install_name, >>config.mak fi if isbsd ; then