[Libreoffice-commits] core.git: solenv/gbuild

Richard PALO richard at NetBSD.org
Thu Feb 26 05:18:52 PST 2015


 solenv/gbuild/platform/solaris.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f3cffeb3aeb67e979d43bb4b8e970cc466b14d45
Author: Richard PALO <richard at NetBSD.org>
Date:   Sun Feb 22 09:23:32 2015 +0100

    Reintegrate portion of a patch originally submitted by
    Michael Stahl <mst at openoffice.org> Mar 30 2011
    
        solaris11: #i117606#: solaris.mk: add -Bdirect -z defs to LDFLAGS
    
    Change-Id: Iab16960010810185a3b1f7c617c44db3d9822fb5
    Reviewed-on: https://gerrit.libreoffice.org/14579
    Tested-by: Jenkins <ci at libreoffice.org>
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk
index eef6826..d66345e 100644
--- a/solenv/gbuild/platform/solaris.mk
+++ b/solenv/gbuild/platform/solaris.mk
@@ -67,6 +67,8 @@ endif
 gb_LinkTarget_LDFLAGS += \
 	-L$(SYSBASE)/lib \
 	-L$(SYSBASE)/usr/lib \
+	-Wl,-B,direct \
+	-Wl,-z,defs \
 	-Wl,-z,combreloc \
 
 ifeq ($(HAVE_LD_HASH_STYLE),TRUE)


More information about the Libreoffice-commits mailing list