Fix ldap on Alpine

Test: ldap
pull/82/head
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
1 changed files with 5 additions and 1 deletions

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