try enable libsodium sub package
This commit is contained in:
parent
517d9c6d66
commit
d2676d3be4
4
php.spec
4
php.spec
@ -20,7 +20,7 @@
|
|||||||
%global with_firebird 0
|
%global with_firebird 0
|
||||||
%global with_imap 0
|
%global with_imap 0
|
||||||
%global with_freetds 0
|
%global with_freetds 0
|
||||||
%global with_sodium 0
|
%global with_sodium 1
|
||||||
%global with_pspell 0
|
%global with_pspell 0
|
||||||
%global upver 8.1.10
|
%global upver 8.1.10
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ support for using the enchant library to PHP.
|
|||||||
%package sodium
|
%package sodium
|
||||||
Summary: Wrapper for the Sodium cryptographic library
|
Summary: Wrapper for the Sodium cryptographic library
|
||||||
License: PHP
|
License: PHP
|
||||||
BuildRequires: pkgconfig(libsodium) >= 1.0.9
|
BuildRequires: pkgconfig(libsodium) >= 1.0.8
|
||||||
|
|
||||||
Requires: php-common%{?_isa} = %{version}-%{release}
|
Requires: php-common%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: php-pecl-libsodium2 < 3
|
Obsoletes: php-pecl-libsodium2 < 3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user