From 8b9540af6279512d0a5817af96213c7f6196b17a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 12 Mar 2024 15:47:07 +0100 Subject: [PATCH] Rel 2; use external (system) crypt to have access to more algorithms than internal php variant --- php.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 4c8e131..7d4acdb 100644 --- a/php.spec +++ b/php.spec @@ -142,7 +142,7 @@ %define ver_suffix 82 %define php_suffix %{!?with_default_php:%{ver_suffix}} %define subver %{nil} -%define rel 1 +%define rel 2 Summary: PHP: Hypertext Preprocessor Summary(fr.UTF-8): Le langage de script embarque-HTML PHP Summary(pl.UTF-8): Język skryptowy PHP @@ -2268,6 +2268,7 @@ for sapi in $sapis; do %{?with_openssl:--with-openssl=shared} \ %{?with_kerberos5:--with-kerberos} \ --with-tcadb=/usr \ + --with-external-libcrypt \ --with-external-pcre \ %{__with_without pcre_jit pcre-jit} \ %{__enable_disable filter filter shared} \ -- 2.44.0