php: fix ldap paths when header exists on host system

Fixes #20491
This commit is contained in:
John Boehr 2017-11-03 16:58:01 -07:00
parent 0ce1067b18
commit 57f6b87229
No known key found for this signature in database
GPG key ID: 73B8EFB60708F699

View file

@ -50,7 +50,7 @@ let
ldap = {
configureFlags = [
"--with-ldap"
"--with-ldap=/invalid/path"
"LDAP_DIR=${openldap.dev}"
"LDAP_INCDIR=${openldap.dev}/include"
"LDAP_LIBDIR=${openldap.out}/lib"