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
This commit is contained in:
Rüdiger Timm
2005-08-18 11:03:41 +00:00
parent d93f3c469f
commit 67bf1d38bb

View File

@@ -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