diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index c2f8cc363..d985909c1 100644 --- a/configure/CONFIG.gnuCommon +++ b/configure/CONFIG.gnuCommon @@ -50,5 +50,4 @@ STATIC_LDFLAGS_YES = -static STATIC_LDFLAGS_NO = SHRLIB_CFLAGS = -fPIC -SHRLIB_LDFLAGS += -shared diff --git a/configure/os/CONFIG.linux-x86.linux-x86 b/configure/os/CONFIG.linux-x86.linux-x86 index 986681a3c..8eca3cf20 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86 +++ b/configure/os/CONFIG.linux-x86.linux-x86 @@ -13,3 +13,5 @@ GNU_DIR = /usr CC = $(GNU_BIN)/gcc CCC = $(GNU_BIN)/g++ + +SHRLIB_LDFLAGS += -shared