From 67bf1d38bb08a23abc476475a2f01d72e7ab9366 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 18 Aug 2005 11:03:41 +0000 Subject: 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 --- extensions/source/config/ldap/makefile.mk | 6 +++--- 1 file 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 -- cgit