From 8a65a17f68008f80219a984e9a56dbe28339eaa2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 4 Aug 2003 18:40:20 +0000 Subject: [PATCH] Added definitions for static build. --- configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu b/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu index 31f894b33..d785e7809 100644 --- a/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu +++ b/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu @@ -18,9 +18,9 @@ AR = ar -rc RANLIB= LD = ld -r -STATIC_LDFLAGS_YES= -Bstatic +STATIC_LDFLAGS_YES= -Wl,-Bstatic STATIC_LDFLAGS_NO= -STATIC_LDLIBS_YES= -Bdynamic +STATIC_LDLIBS_YES= -Wl,-Bdynamic STATIC_LDLIBS_NO= SHRLIB_LDFLAGS = -G -h $@ -z ignore -z combreloc -z lazyload