]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 2; disable sslv2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 14 Sep 2018 13:20:39 +0000 (15:20 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 14 Sep 2018 13:20:39 +0000 (15:20 +0200)
php.spec

index de7e0e894df10e80919f11cff65e59ecd2b25312..e986bece6eeea0abf0730f1a4bba9764e2a5e1e6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -155,7 +155,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     1
+%define                rel     2
 %define                orgname php
 %define                ver_suffix 56
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -2356,7 +2356,7 @@ if [ ! -f _built-conf ]; then
        touch _built-conf
 fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
-export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
+export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP -DOPENSSL_NO_SSL2 %{rpmcppflags} \
        -I%{_includedir}/xmlrpc-epi"
 
 sapis="
This page took 0.0458 seconds and 4 git commands to generate.