summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
authorMaxwell Pray2018-03-26 11:04:00 -0700
committerMaxwell Pray2018-03-26 11:04:00 -0700
commit8a3cab92746eec0c5d246f9e89ad3eacc8c9d414 (patch)
tree2288e10814635bb8de571589c01d7402c4dd28ee /apache.patch
downloadaur-8a3cab92746eec0c5d246f9e89ad3eacc8c9d414.tar.gz
Initial commit.
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..81b2cd8f7538
--- /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
+@@ -7018,7 +7018,6 @@
+
+ fi
+ else
+- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
+ if test -n "$APACHE_THREADED_MPM"; then
+
+ enable_maintainer_zts=yes