From 7108f87c6e965acb37da515465b49ac88825854d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 18 Dec 2003 21:40:09 +0000 Subject: [PATCH] Added SHRLIB_CFLAGS=-KPIC. Added -z text to shrlib link lines. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index e80f844fe..f1c237c8c 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -52,8 +52,9 @@ STATIC_LDFLAGS_NO= STATIC_LDLIBS_YES= -Bdynamic STATIC_LDLIBS_NO= -SHRLIB_LDFLAGS += -z defs -KPIC -G -h $@ -LOADABLE_SHRLIB_LDFLAGS += -KPIC -G -h $@ +SHRLIB_CFLAGS += -KPIC +SHRLIB_LDFLAGS += -z defs -G -h $@ -z text +LOADABLE_SHRLIB_LDFLAGS += -G -h $@ -z text OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload