mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
-DLDAP_CRYPT may require -lcrypt
This commit is contained in:
parent
6ec1387e18
commit
61be3047a7
1 changed files with 3 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ CC = gcc
|
|||
RANLIB = "ranlib"
|
||||
|
||||
PLATFORMCFLAGS= -Dlinux
|
||||
|
||||
# uncomment this if -DLDAP_CRYPT is defined
|
||||
#PLATFORMLIBS= -lcrypt
|
||||
|
|
|
|||
Loading…
Reference in a new issue