From: Kurt Zeilenga Date: Thu, 13 Aug 1998 07:25:19 +0000 (+0000) Subject: -DLDAP_CRYPT is disabled by default, don't need -lcrypt X-Git-Tag: LDAP_3_3+prerelease~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec1387e1835db06e8aca3720254bf2679145344;p=thirdparty%2Fopenldap.git -DLDAP_CRYPT is disabled by default, don't need -lcrypt --- diff --git a/build/platforms/freebsd-gcc/Make-platform b/build/platforms/freebsd-gcc/Make-platform index e7aef0ed8b..1d78ed72c2 100644 --- a/build/platforms/freebsd-gcc/Make-platform +++ b/build/platforms/freebsd-gcc/Make-platform @@ -16,4 +16,4 @@ CC = cc PLATFORMCFLAGS= -Dfreebsd # uncomment this line if using for LDAP_CRYPT -PLATFORMLIBS= -lcrypt +#PLATFORMLIBS= -lcrypt