Update install-php-extensions
Small change so building LDAP will work on ARM as well.pull/25/head
parent
e65d33fa14
commit
02425005f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue