summaryrefslogtreecommitdiff
path: root/sal
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
commit10fa9f2e561ee10e64a2cb6fb3bb687312b62a19 (patch)
tree6a893bdc9efc065738b992273f133cbe79e1b848 /sal
parent901dafebfdb363685079ca4bda767756b7daa86d (diff)
#101911# change in unxsols3.mk
Diffstat (limited to 'sal')
-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 4c9f47e54b4c..40379be77f4b 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