summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
authorPedro Junior2018-08-27 23:49:32 -0300
committerPedro Junior2018-08-27 23:49:32 -0300
commitf4ff53a4908aac5e771f11523eb74eb593aea649 (patch)
treea9c448c0df3502097c13aca71d3bf499f98c1519 /apache.patch
downloadaur-php70-noconflict.tar.gz
Initial commit
Signed-off-by: Pedro Junior <vjuniorv@gmail.com>
Diffstat (limited to 'apache.patch')
-rw-r--r--apache.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/apache.patch b/apache.patch
new file mode 100644
index 000000000000..aae3e3d9ac96
--- /dev/null
+++ b/apache.patch
@@ -0,0 +1,20 @@
+--- sapi/apache2handler/config.m4.orig
++++ sapi/apache2handler/config.m4
+@@ -122,7 +122,6 @@
+ PHP_BUILD_THREAD_SAFE
+ fi
+ else
+- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
+ if test -n "$APACHE_THREADED_MPM"; then
+ PHP_BUILD_THREAD_SAFE
+ fi
+--- configure.orig
++++ configure
+@@ -6919,7 +6919,6 @@
+
+ fi
+ else
+- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
+ if test -n "$APACHE_THREADED_MPM"; then
+
+ enable_maintainer_zts=yes