summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-08-18 11:03:41 +0000
committerRüdiger Timm <rt@openoffice.org>2005-08-18 11:03:41 +0000
commit67bf1d38bb08a23abc476475a2f01d72e7ab9366 (patch)
tree51621000dcee1c3005b039d271d16a352e6e1317 /extensions/source/config
parentd93f3c469f88a95fe5401a318f192dec22227f6c (diff)
INTEGRATION: CWS mh19121 (1.7.92); FILE MERGED
2005/08/10 13:20:24 mh 1.7.92.1: #i48756#, ldap libs aren't linked in properly on freebsd-4
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/config/ldap/makefile.mk b/extensions/source/config/ldap/makefile.mk
index 2a70c46b69ca..e528953b889d 100644
--- a/extensions/source/config/ldap/makefile.mk
+++ b/extensions/source/config/ldap/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-03-30 11:41:38 $
+# last change: $Author: rt $ $Date: 2005-08-18 12:03:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -122,7 +122,7 @@ SHL1STDLIBS= \
SHL1STDLIBS+=-lcompat
# workaround for FreeBSD, which needs -llber50, too
.IF "$(WITH_OPENLDAP)" != "YES"
-SHL1STDLIBS+=-llber50
+SHL1STDLIBS+=-Wl,-Bstatic -llber50
.ENDIF
.ENDIF