perlPackages.NetLDAP: Use ldapi socket location from openldap

This commit is contained in:
Janne Heß 2022-09-29 19:46:12 +02:00
parent 5cac465ec6
commit edd7de1c67
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -19420,6 +19420,12 @@ let
url = "mirror://cpan/authors/id/M/MA/MARSCHAP/perl-ldap-0.66.tar.gz"; url = "mirror://cpan/authors/id/M/MA/MARSCHAP/perl-ldap-0.66.tar.gz";
hash = "sha256-CSY85hZugMmNaJ1B0JmVuBM4n9Bpt4RgH23Ff44rQQI="; hash = "sha256-CSY85hZugMmNaJ1B0JmVuBM4n9Bpt4RgH23Ff44rQQI=";
}; };
# ldapi socket location should match the one compiled into the openldap package
postPatch = ''
for f in lib/Net/LDAPI.pm lib/Net/LDAP/Util.pm lib/Net/LDAP.pod lib/Net/LDAP.pm; do
sed -i 's:/var/run/ldapi:/run/openldap/ldapi:g' "$f"
done
'';
buildInputs = [ TextSoundex ]; buildInputs = [ TextSoundex ];
propagatedBuildInputs = [ ConvertASN1 ]; propagatedBuildInputs = [ ConvertASN1 ];
meta = { meta = {