From dd9fe816c604a34d4a757f669c925c70224e4327 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 19 Oct 2004 13:55:27 +0000 Subject: #i10000# reenable lazybinding for SOLARIS gconfbe1.uno.so fails to be registered during creation of installation set --- shell/source/backends/gconfbe/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/source') diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index 45f69d015014..fc19693081ed 100644 --- a/shell/source/backends/gconfbe/makefile.mk +++ b/shell/source/backends/gconfbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2004-10-18 14:42:15 $ +# last change: $Author: obo $ $Date: 2004-10-19 14:55:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,7 +90,7 @@ LINKFLAGS+=-z nodefs .ENDIF # "$(OS)" == "SOLARIS" # Disable lazy binding of symbols -.IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX" +.IF "$(OS)" == "LINUX" LINKFLAGS+=-z now .ENDIF -- cgit