summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:07:07 +0000
commitb9847cb8281f787360ff50d8b51f0ff7b43b9f49 (patch)
tree06d1ac626c1881b3d54305cb5bc36bab45492aba /soltools
parent0bd236a1b899aab2d0ec4eeeb3b533c4f0191e00 (diff)
INTEGRATION: CWS ooo20030412 (1.5.4.1.8); FILE MERGED
2003/04/09 11:31:50 mh 1.5.4.1.8.1: add: no dl for FreeBSD, #i12879#
Diffstat (limited to 'soltools')
-rw-r--r--soltools/checkdll/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/soltools/checkdll/makefile.mk b/soltools/checkdll/makefile.mk
index 2f4da0fe0624..e9a44ed66d7d 100644
--- a/soltools/checkdll/makefile.mk
+++ b/soltools/checkdll/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-18 12:47:33 $
+# last change: $Author: hr $ $Date: 2003-04-28 17:07:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,7 +80,9 @@ LIBSALCPPRT=$(0)
APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
+.IF "$(OS)"!="FREEBSD"
STDLIB += -ldl
+.ENDIF
.IF "$(OS)"=="NETBSD"
APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive
.ENDIF