From b66388ea9dcbd4615a97d098eb69ddbd4a3fe450 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 10 Feb 2004 22:04:38 +0000 Subject: [PATCH] Changed OP_SYS_LDFLAGS to +=. --- configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu | 2 +- configure/os/CONFIG.solaris-x86.solaris-x86 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu b/configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu index 9a9e719c7..37ba6b9a4 100644 --- a/configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu +++ b/configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu @@ -21,5 +21,5 @@ LD = ld -r SHRLIB_LDFLAGS = -z defs -G -h $@ LOADABLE_SHRLIB_LDFLAGS += -G -h $@ -OP_SYS_LDFLAGS = -z ignore -z combreloc -z lazyload +OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index 41825c040..2e94a6d17 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -54,5 +54,5 @@ STATIC_LDLIBS_NO= SHRLIB_LDFLAGS = -z defs -KPIC -G -h $@ LOADABLE_SHRLIB_LDFLAGS = -KPIC -G -h $@ -OP_SYS_LDFLAGS = -z ignore -z combreloc -z lazyload +OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload