Update install-php-extensions

Small change so building LDAP will work on ARM as well.
pull/25/head
James Cole 2019-08-12 18:33:32 +02:00 committed by GitHub
parent e65d33fa14
commit 02425005f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ installBundledModule () {
docker-php-ext-configure imap --with-kerberos --with-imap-ssl
;;
ldap)
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
;;
mssql|pdo_dblib)
case "$1" in