1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Fix ldap on Alpine

Test: ldap
This commit is contained in:
Michele Locati 2019-12-23 09:45:57 +01:00
parent 99fbb8a7f8
commit 6bd710afa3
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -765,7 +765,11 @@ installBundledModule() {
esac
;;
ldap)
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
case "$(getDistro)" in
debian)
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
;;
esac
;;
mssql | pdo_dblib)
case "$1" in