summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-10-19 13:55:27 +0000
committerOliver Bolte <obo@openoffice.org>2004-10-19 13:55:27 +0000
commitdd9fe816c604a34d4a757f669c925c70224e4327 (patch)
tree5494ddee7cef31fe7380cef0529d54bd5fbfb6d8 /shell/source
parent7fc253ef95eb845c9944bad65b72c96b7e179579 (diff)
#i10000# reenable lazybinding for SOLARIS gconfbe1.uno.so fails to be registered during creation of installation set
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/backends/gconfbe/makefile.mk6
1 files changed, 3 insertions, 3 deletions
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