diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-07-03 00:45:18 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-07-06 21:57:20 +0300 |
commit | 43d556c0cb086ef5d94e22fc362c779cd2268042 (patch) | |
tree | aebeb40cf0edf021ff488f273051cccabc98c8e4 /community | |
parent | 23432f2f09d0cbaf40e7e9b8a647cb4999663035 (diff) | |
download | aports-43d556c0cb086ef5d94e22fc362c779cd2268042.tar.bz2 aports-43d556c0cb086ef5d94e22fc362c779cd2268042.tar.xz |
community/php7: add argon2 support
Closes #10649
Diffstat (limited to 'community')
-rw-r--r-- | community/php7/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 6de1f32eb8..c3d8a05333 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -27,7 +27,7 @@ pkgname=php7 _pkgreal=php pkgver=7.3.6 -pkgrel=0 +pkgrel=1 _apiver=20180731 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -48,6 +48,7 @@ _depends_mysqli="$pkgname-mysqlnd $pkgname-openssl" makedepends=" $depends_dev apache2-dev + argon2-dev aspell-dev bison bzip2-dev @@ -315,6 +316,7 @@ _build() { --enable-opcache=shared \ --with-openssl=shared \ --with-system-ciphers \ + --with-password-argon2 \ --enable-pcntl=shared \ --with-pcre-regex=/usr \ $without_pcre_jit \ |