mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
9dd0bbf0a6
Also update patches and remove obsolete ones. We also need to add one to prevent mod_php to be enabled by apxs in configuration file. While at, remove the VARIANT setting for pecl extensions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
12 lines
410 B
Diff
12 lines
410 B
Diff
--- a/sapi/apache2handler/config.m4
|
|
+++ b/sapi/apache2handler/config.m4
|
|
@@ -74,7 +74,7 @@ if test "$PHP_APXS2" != "no"; then
|
|
\$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
|
|
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
|
-S SYSCONFDIR='$APXS_SYSCONFDIR' \
|
|
- -i -a -n php"
|
|
+ -i -n php"
|
|
fi
|
|
|
|
LIBPHP_CFLAGS="-shared"
|