sniper Mon Feb 3 12:35:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/apache2filter config.m4
Log:
MFH: Fix bug: #22035 (EXTRA_LDFLAGS for AIX not quite right)
Index: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.25.2.1
php4/sapi/apache2filter/config.m4:1.25.2.2
--- php4/sapi/apache2filter/config.m4:1.25.2.1 Tue Jan 21 01:03:16 2003
+++ php4/sapi/apache2filter/config.m4 Mon Feb 3 12:35:39 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.25.2.1 2003/01/21 06:03:16 sniper Exp $
+dnl $Id: config.m4,v 1.25.2.2 2003/02/03 17:35:39 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
@@ -61,8 +61,7 @@
case $host_alias in
*aix*)
- APXS_SBINDIR=`$APXS -q SBINDIR`
- EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-bI:$APXS_SBINDIR/httpd.exp"
+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
PHP_SELECT_SAPI(apache2filter, shared, sapi_apache2.c apache_config.c
php_functions.c)
INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"
;;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php