]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- merged i686 fix from PLD
authorMarcin Krol <hawk@tld-linux.org>
Sun, 9 Dec 2018 00:41:12 +0000 (00:41 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 9 Dec 2018 00:41:12 +0000 (00:41 +0000)
php.spec

index f462bcc7aec4a8d09a9add8dae6c4ebbfc894e08..e25366b27970bc4810114edd7df735706d6c3117 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -147,7 +147,7 @@ Summary(ru.UTF-8):  PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       7.3.0
-Release:       1
+Release:       2
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -2172,6 +2172,11 @@ export PROG_SENDMAIL="/usr/lib/sendmail"
 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
        -I%{_includedir}/xmlrpc-epi"
 
+# This should be detected by configure and set there,
+# but looks like the build system is hosed on 7.3
+export CXXFLAGS="%{rpmcxxflags} -fPIC -DPIC"
+export CFLAGS="%{rpmcflags} -fPIC -DPIC"
+
 sapis="
 cli
 %if %{with cgi}