mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-11 01:22:42 +00:00
Update install-php-extensions
Small change so building LDAP will work on ARM as well.
This commit is contained in:
parent
e65d33fa14
commit
02425005f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue