From 9b9f61d49b07727dcd3ce3c370f5577e6a320d13 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 27 Mar 2003 15:31:55 +0000 Subject: [PATCH] Moved -shared option. --- configure/CONFIG.gnuCommon | 1 - configure/os/CONFIG.linux-x86.linux-x86 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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