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

php: fix compilation when ldap header exists on host system

authored by Orivej Desh and committed by GitHub 75a7763e dd443ad2

+1 -1
+1 -1
pkgs/development/interpreters/php/default.nix
··· 50 50 51 51 ldap = { 52 52 configureFlags = [ 53 - "--with-ldap" 53 + "--with-ldap=/invalid/path" 54 54 "LDAP_DIR=${openldap.dev}" 55 55 "LDAP_INCDIR=${openldap.dev}/include" 56 56 "LDAP_LIBDIR=${openldap.out}/lib"