From 2b29bede0835b1b22678e0497a306ba7f82aebac Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 12 Dec 2007 19:42:57 +0000 Subject: [PATCH] Option -fPIC not needed. --- configure/os/CONFIG.interix-x86.interix-x86 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.interix-x86.interix-x86 b/configure/os/CONFIG.interix-x86.interix-x86 index ac03fdf49..ebab6fa46 100644 --- a/configure/os/CONFIG.interix-x86.interix-x86 +++ b/configure/os/CONFIG.interix-x86.interix-x86 @@ -20,10 +20,10 @@ LD = ld -r #######RANLIB = ranlib # ranlib exists but is not found ??? RANLIB = -# Avoid position-independent code is always generated message +# Avoid 'position-independent code is always generated' message SHRLIB_CFLAGS = -SHRLIB_LDFLAGS = -shared -fPIC -LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC +SHRLIB_LDFLAGS = -shared +LOADABLE_SHRLIB_LDFLAGS = -shared # -ansi eliminates strdup #CONFORM_CFLAGS_ANSI =