summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-06-15 21:01:37 +0000
committerPatrick Luby <pluby@openoffice.org>2001-06-15 21:01:37 +0000
commit17a5fb94c30b3430dec37b867bb27b86ccd296ec (patch)
treef8fcd8df5f0cca69411d2fadef33b92c38b68e16 /vcl/util
parent15028535d677fc761f979ec5555e80df19e6a7dd (diff)
Reverse changes in last revision as they are no longer necessary due to changes in solenv/inc/unxsols3.mk
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index 879b77f8720c..2e92a94fb7ec 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: vg $ $Date: 2001-06-15 16:26:02 $
+# last change: $Author: pluby $ $Date: 2001-06-15 22:01:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -270,9 +270,7 @@ LINKFLAGSSHL += /ENTRY:LibMain@12
# Solaris
.IF "$(OS)"=="SOLARIS"
-# Disable lazyloading of this library as lazyloading of this library will
-# cause core dumping of executables that have lazyloading enabled
-LINKFLAGS += -Qoption ld -z,nolazyload
+
.IF "$(USE_XPRINT)" == "TRUE"
SHL1STDLIBS += -lXp -lXm -lXt -lX11
.ELSE