summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2002-11-19 09:21:49 +0000
committerOliver Bolte <obo@openoffice.org>2002-11-19 09:21:49 +0000
commit1cd37282dc5a387c7a0287d27d5ae080d22a0417 (patch)
tree904faef6d4c6b856fc24ae49d3222e56d02baa75 /sal/util
parentca48a0e6a6ebe31bb79442d614688a3b00f7b068 (diff)
#101911# change in unxsols3.mk
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 4c9f47e54..40379be77 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: sb $ $Date: 2002-11-07 09:54:47 $
+# last change: $Author: obo $ $Date: 2002-11-19 10:21:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -152,7 +152,7 @@ SHL1STDLIBS+=-init InitLibrary -term ExitLibrary
.IF "$(GUI)"=="UNX"
.IF "$(OS)"=="SOLARIS"
# libposix4.so (SunOS 5.6) -> librt.so (SunOS >= 5.7)
-SHL1STDLIBS= -lpthread -lposix4
+SHL1STDLIBS= -lpthread -lposix4 -lsocket -lnsl -ldl
.IF "$(COM)" == "C50"
SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract
.ENDIF # C50