diff options
Diffstat (limited to 'lang/php81/files/patch-sapi_apache2handler_config.m4')
-rw-r--r-- | lang/php81/files/patch-sapi_apache2handler_config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php81/files/patch-sapi_apache2handler_config.m4 b/lang/php81/files/patch-sapi_apache2handler_config.m4 index 5b0cfb9d4591..3a33d9ad7f21 100644 --- a/lang/php81/files/patch-sapi_apache2handler_config.m4 +++ b/lang/php81/files/patch-sapi_apache2handler_config.m4 @@ -1,6 +1,6 @@ ---- sapi/apache2handler/config.m4.orig 2018-08-14 11:39:14 UTC +--- sapi/apache2handler/config.m4.orig 2023-03-14 19:50:20 UTC +++ sapi/apache2handler/config.m4 -@@ -65,7 +65,7 @@ if test "$PHP_APXS2" != "no"; then +@@ -64,7 +64,7 @@ if test "$PHP_APXS2" != "no"; then fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` @@ -8,4 +8,4 @@ + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ - -i -n php7" + -i -n php" |