diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-08-20 16:36:22 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-08-20 16:36:22 +0300 |
commit | 90c50b98d8754e6b8ae003bf3048b7fe84cd5afe (patch) | |
tree | ec09e17768030d23e48d9fd191f54d89e575ca0a | |
parent | 9803c1ec8d889fa885e5535d9724f9f773713b3f (diff) | |
download | aports-90c50b98d8.tar.gz aports-90c50b98d8.tar.bz2 aports-90c50b98d8.tar.xz |
community/php7: try fix build
-rw-r--r-- | community/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index d692e3726e3..b3400125376 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -329,6 +329,7 @@ _build() { --with-imap-ssl \ --enable-intl=shared \ --enable-json=shared \ + --with-kerberos \ --with-ldap=shared \ --with-ldap-sasl \ --with-libedit \ @@ -339,7 +340,6 @@ _build() { --enable-mysqlnd=shared \ --enable-opcache=shared \ --with-openssl=shared \ - --with-kerberos \ --with-system-ciphers \ --with-password-argon2 \ --enable-pcntl=shared \ |