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:
commit
75a7763e56
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue