chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[termux-packages]
/
packages
/
php
/
configure.patch
1
--- ./configure
2
+++ ./configure
3
@@ -6932,7 +6932,7 @@
4
5
fi
6
else
7
- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
8
+ APACHE_THREADED_MPM=true
9
if test -n "$APACHE_THREADED_MPM"; then
10
11
enable_maintainer_zts=yes