From d2676d3be4d2eae736b597bcea8557f6fadd9783 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 17 Sep 2022 12:35:50 +0800 Subject: [PATCH] try enable libsodium sub package --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 7c50eb7..349f506 100644 --- a/php.spec +++ b/php.spec @@ -20,7 +20,7 @@ %global with_firebird 0 %global with_imap 0 %global with_freetds 0 -%global with_sodium 0 +%global with_sodium 1 %global with_pspell 0 %global upver 8.1.10 @@ -453,7 +453,7 @@ support for using the enchant library to PHP. %package sodium Summary: Wrapper for the Sodium cryptographic library License: PHP -BuildRequires: pkgconfig(libsodium) >= 1.0.9 +BuildRequires: pkgconfig(libsodium) >= 1.0.8 Requires: php-common%{?_isa} = %{version}-%{release} Obsoletes: php-pecl-libsodium2 < 3