diff options
author | Maxwell Pray | 2018-03-26 11:04:00 -0700 |
---|---|---|
committer | Maxwell Pray | 2018-03-26 11:04:00 -0700 |
commit | 8a3cab92746eec0c5d246f9e89ad3eacc8c9d414 (patch) | |
tree | 2288e10814635bb8de571589c01d7402c4dd28ee /apache.patch | |
download | aur-8a3cab92746eec0c5d246f9e89ad3eacc8c9d414.tar.gz |
Initial commit.
Diffstat (limited to 'apache.patch')
-rw-r--r-- | apache.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apache.patch b/apache.patch new file mode 100644 index 00000000000..81b2cd8f753 --- /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 |