summaryrefslogtreecommitdiffstats
path: root/lang/php8/patches/1010-dont-try-to-install-mod_php.patch
blob: 1cec5afb600ca4914633d04c8540201b4745cc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/sapi/apache2handler/config.m4
+++ b/sapi/apache2handler/config.m4
@@ -79,7 +79,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"