]> git.pld-linux.org Git - packages/php.git/commitdiff
Rel 2; use external (system) crypt to have access to more algorithms than internal... auto/th/php82-8.2.16-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2024 14:47:07 +0000 (15:47 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2024 14:47:07 +0000 (15:47 +0100)
php.spec

index 4c8e13161ac5b79bc939ef4ca974f973189cafbe..7d4acdbcae7c937edef82e9820e6d9c6638cc35b 100644 (file)
--- a/php.spec
+++ b/php.spec
 %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} \
This page took 0.066008 seconds and 4 git commands to generate.