solenv/gbuild/platform/solaris.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit f3cffeb3aeb67e979d43bb4b8e970cc466b14d45 Author: Richard PALO <[email protected]> Date: Sun Feb 22 09:23:32 2015 +0100 Reintegrate portion of a patch originally submitted by Michael Stahl <[email protected]> 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 <[email protected]> Tested-by: Michael Stahl <[email protected]> Reviewed-by: Michael Stahl <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
