diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-10-22 09:51:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-10-22 09:51:53 +0000 |
commit | 92cffb163e6ccf883d5008fead623710b9b4a7ce (patch) | |
tree | 24ae5b716623b499491bfac3deb7f452ac5e7248 /soltools/checkdll/makefile.mk | |
parent | ff9cc6889ca3d9b136ddb4cae33e7e298d9be148 (diff) |
#101911#: added -ldl to STDLIB for dlopen()
Diffstat (limited to 'soltools/checkdll/makefile.mk')
-rw-r--r-- | soltools/checkdll/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/checkdll/makefile.mk b/soltools/checkdll/makefile.mk index 8d3809bc5f18..61b1b7e0e5e1 100644 --- a/soltools/checkdll/makefile.mk +++ b/soltools/checkdll/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $ +# last change: $Author: hr $ $Date: 2002-10-22 10:51:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,6 +78,7 @@ NO_DEFAULT_STL=TRUE APP1TARGET = checkdll APP1OBJS = $(OBJ)$/checkdll.obj DEPOBJFILES = $(APP1OBJS) +STDLIB += -ldl .IF "$(OS)"=="NETBSD" APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive .ENDIF |