diff --git a/php7.spec b/php7.spec index ee52018..237b8c8 100644 --- a/php7.spec +++ b/php7.spec @@ -27,7 +27,7 @@ Summary: The PHP7 scripting language Name: php Version: 7.4.33 -Release: 11 +Release: 12 Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz Source1: macros.php Group: Development/PHP @@ -103,6 +103,7 @@ BuildRequires: re2c >= 0.13.4 BuildRequires: pkgconfig(enchant) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(libargon2) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libpng) @@ -1502,6 +1503,7 @@ for i in fpm cgi cli apxs; do --with-zip=shared,%{_prefix} \ --with-mhash=shared \ --with-sodium=shared \ + --with-password-argon2 \ || (cat config.log && exit 1) cp -f Makefile Makefile.$i