php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52586
Patch apxs_libexecdir_patch revision 2010-08-12 01:20 UTC by gbaratto at ea dot com

Patch apxs_libexecdir_patch for Apache2 related Bug #52586

Patch version 2010-08-12 01:20 UTC

Return to Bug #52586 | Download this patch
Patch Revisions:

Developer: gbaratto@ea.com

--- sapi/apache2handler/config.m4.bak   2010-08-12 00:26:40.000000000 +0000
+++ sapi/apache2handler/config.m4       2010-08-12 00:58:38.000000000 +0000
@@ -67,13 +67,13 @@
     AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
   fi

-  APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
+  ${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 php5"
   else
-    APXS_SYSCONFDIR='$(INSTALL_ROOT)'`$APXS -q SYSCONFDIR`
+    ${APXS_SYSCONFDIR='$(INSTALL_ROOT)'`$APXS -q SYSCONFDIR}`
     INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
                 \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
                  $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC