From: Marko Karppinen Date: Sun, 5 May 2002 09:40:31 +0000 (+0000) Subject: Prelim. patch to enable apache2filter to link on Darwin. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32ff990c683f78435268602066b497dcda0432ee;p=php Prelim. patch to enable apache2filter to link on Darwin. Submitted by: Justin Erenkrantz Reviewed by: markonen # A stopgap measure while we try to find a "real" # solution, if one exists. --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 396f29186c..f91b499f0b 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -57,7 +57,7 @@ AC_ARG_WITH(apxs2, INSTALL_IT="$APXS -i -a -n php4 $SAPI_LIBTOOL" ;; *darwin*) - MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD" + MH_BUNDLE_FLAGS="-bind_at_load -bundle -bundle_loader $APXS_HTTPD" PHP_SUBST(MH_BUNDLE_FLAGS) PHP_SELECT_SAPI(apache2filter, bundle, sapi_apache2.c apache_config.c php_functions.c) SAPI_SHARED=libs/libphp4.so