summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-12 20:39:55 +0100
committerJeff Trawick <trawick@apache.org>2001-12-12 20:39:55 +0100
commit6f730a1a642e4c588b6563333b17ed4a2130f46e (patch)
treef4d2ff90c3c22b34551545b288081d403f7da463 /support
parentOh, FreeBSD, you don't like having multiple children, do you? (diff)
downloadapache2-6f730a1a642e4c588b6563333b17ed4a2130f46e.tar.xz
apache2-6f730a1a642e4c588b6563333b17ed4a2130f46e.zip
change Apache/apr/apr-util to use run-time linking on AIX
currently, a kludge (-uXML_Parse) is needed to get a reference to expat in the Apache executable programs; I think this is related to the fact that expat libtool is getting generated a little differently than apr libtool and is choosing to build a different flavor of shared library git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index c6ea832d87..c3475bf1fa 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -4,7 +4,7 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid
TARGETS = $(PROGRAMS)
-PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
+PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
$(top_builddir)/srclib/apr-util/libaprutil.la \
$(top_builddir)/srclib/apr/libapr.la