]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 15; disable sslv2/3 auto/th/php55-5.5.38-15
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Sep 2018 13:56:57 +0000 (15:56 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Sep 2018 13:56:57 +0000 (15:56 +0200)
php.spec

index 0310fe588d7804490218928299d6ba30f7bf8452..56353a6c91595df5aba02b663cac3f378ccd85c8 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -140,7 +140,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     14
+%define                rel     15
 %define                orgname php
 %define                ver_suffix 55
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -2267,7 +2267,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=1 -DOPENSSL_NO_SSL3=1 %{rpmcppflags} \
        -I%{_includedir}/xmlrpc-epi"
 
 sapis="
This page took 0.046474 seconds and 4 git commands to generate.