mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-22 22:32:48 +00:00
Enable argon2 hashing
This commit is contained in:
parent
a4ca758387
commit
90064e2c49
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue