Use EXTRA_LDFLAGS at this point.

I've confirmed that one can build a working Apache DSO module now
(AIX 4.2 with gcc 2.95.2 and Apache 1.3.12).
This commit is contained in:
Sascha Schumann 2001-05-23 21:23:16 +00:00
parent b4ce3a696f
commit 1ad2a710ab
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ AC_ARG_WITH(apxs,
case $host_alias in
*aix*)
APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
LDFLAGS="$LDFLAGS -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
;;
esac
],[

View File

@ -45,7 +45,7 @@ AC_ARG_WITH(apxs2,
case $host_alias in
*aix*)
APXS_SBINDIR=`$APXS -q SBINDIR`
LDFLAGS="$LDFLAGS -Wl,-bI:$APXS_SBINDIR/httpd.exp"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-bI:$APXS_SBINDIR/httpd.exp"
;;
esac
],[