From 75c20a4f68af0f49668ef8281f0a1513313d24b9 Mon Sep 17 00:00:00 2001 From: Semion Laptev Date: Mon, 15 Oct 2012 14:34:01 +0400 Subject: [PATCH] fixed ld flags for linux in configure --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 04e82bb..9a15d87 100755 --- a/configure +++ b/configure @@ -105,8 +105,8 @@ fi if islinux ; then #echo OS_CFLAGS= - echo OS_LDFLAGS=-pthread -ldl >>config.mak - echo LD_SET_SONAME=-Wl,--no-as-needed -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