php: Update from 7.2.1 to 7.2.2
[termux-packages] / packages / php / sapi-apache2handler-config.m4.patch
index 9d2b4b3..9c2c596 100644 (file)
@@ -1,13 +1,24 @@
 --- ./sapi/apache2handler/config.m4    2017-05-09 17:59:42.000000000 +0530
 +++ ./sapi/apache2handler/config.m4    2017-06-08 21:10:39.847173781 +0530
-@@ -111,6 +111,7 @@
-     INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"
-     ;;
-   *)
-+    EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lapr-1 -laprutil-1"
-     PHP_SELECT_SAPI(apache2handler, shared, mod_php7.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS) 
-     INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"
-     ;;
+@@ -67,18 +67,9 @@
+   fi
+   APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
+-  if test -z `$APXS -q SYSCONFDIR`; then
+     INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
+                  $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
+                        -i -n php7"
+-  else
+-    APXS_SYSCONFDIR='$(INSTALL_ROOT)'`$APXS -q SYSCONFDIR`
+-    INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
+-                \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
+-                 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
+-                       -S SYSCONFDIR='$APXS_SYSCONFDIR' \
+-                       -i -a -n php7"
+-  fi
+   case $host_alias in
+   *aix*)
 @@ -122,7 +122,7 @@
        PHP_BUILD_THREAD_SAFE
      fi
      if test -n "$APACHE_THREADED_MPM"; then
        PHP_BUILD_THREAD_SAFE
      fi
---- ./configure
-+++ ./configure
-@@ -6932,7 +6932,7 @@
-     fi
-   else
--    APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
-+    APACHE_THREADED_MPM=true
-     if test -n "$APACHE_THREADED_MPM"; then
-   enable_maintainer_zts=yes