From: Kurt Zeilenga Date: Thu, 13 Aug 1998 07:25:37 +0000 (+0000) Subject: -DLDAP_CRYPT may require -lcrypt X-Git-Tag: LDAP_3_3+prerelease~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61be3047a7fa07b46eba779527a7bb7635275b0e;p=openldap -DLDAP_CRYPT may require -lcrypt --- diff --git a/build/platforms/linux-gcc/Make-platform b/build/platforms/linux-gcc/Make-platform index 45f3823921..5e2a39fc44 100644 --- a/build/platforms/linux-gcc/Make-platform +++ b/build/platforms/linux-gcc/Make-platform @@ -15,3 +15,6 @@ CC = gcc RANLIB = "ranlib" PLATFORMCFLAGS= -Dlinux + +# uncomment this if -DLDAP_CRYPT is defined +#PLATFORMLIBS= -lcrypt