summaryrefslogtreecommitdiff
path: root/php-shared.patch
diff options
context:
space:
mode:
authorElan Ruusamäe2015-09-26 12:22:54 (GMT)
committerElan Ruusamäe2015-09-26 12:22:54 (GMT)
commit534cc418baa0249253e328e6cad0c0979d63366c (patch)
tree3ce9329cfab2f0f2c2402faf3fe7915e234a1c3f /php-shared.patch
parent2b3027816d9f712ff7eb9e3382a9f94c342cd8f4 (diff)
downloadphp-534cc418baa0249253e328e6cad0c0979d63366c.zip
php-534cc418baa0249253e328e6cad0c0979d63366c.tar.gz
fix shared php build
Diffstat (limited to 'php-shared.patch')
-rw-r--r--php-shared.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/php-shared.patch b/php-shared.patch
index db49e1b..bfe647c 100644
--- a/php-shared.patch
+++ b/php-shared.patch
@@ -1,3 +1,15 @@
+--- php-7.0.0RC3/configure.in~ 2015-09-26 14:55:35.000000000 +0300
++++ php-7.0.0RC3/configure.in 2015-09-26 15:13:29.581882625 +0300
+@@ -224,6 +224,9 @@
+ dnl check for -R, etc. switch
+ PHP_RUNPATH_SWITCH
+
++dnl Always shared
++PHP_BUILD_SHARED
++
+ dnl Checks for some support/generator progs
+ PHP_PROG_AWK
+ PHP_PROG_BISON
--- php-5.2.4/Makefile.global~ 2007-08-31 19:13:58.000000000 +0300
+++ php-5.2.4/Makefile.global 2007-08-31 19:19:33.799017413 +0300
@@ -13,8 +13,12 @@