Option -fPIC not needed.

This commit is contained in:
Janet B. Anderson
2007-12-12 19:42:57 +00:00
parent bf6ff7cc1c
commit 2b29bede08
+3 -3
View File
@@ -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 =