3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #31216 from jbboehr/fix/php-ldap-header

php: fix compilation when ldap header exists on host system
This commit is contained in:
Orivej Desh 2017-11-04 01:51:04 +00:00 committed by GitHub
commit 75a7763e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"