mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 14:52:47 +00:00
Enable argon2 hashing
This commit is contained in:
parent
e43f6869b4
commit
90ca1d1917
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
Summary: The PHP7 scripting language
|
||||
Name: php7
|
||||
Version: %{php_version}
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz
|
||||
Source1: macros.php
|
||||
Group: Development/PHP
|
||||
|
@ -109,6 +109,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue