41a6c3
41a6c3
Link straight against .la files.
41a6c3
41a6c3
Upstream-Status: vendor specific
41a6c3
41a6c3
--- httpd-2.4.1/configure.in.deplibs
41a6c3
+++ httpd-2.4.1/configure.in
41a6c3
@@ -707,9 +707,9 @@ APACHE_HELP_STRING(--with-suexec-umask,u
41a6c3
 
41a6c3
 dnl APR should go after the other libs, so the right symbols can be picked up
41a6c3
 if test x${apu_found} != xobsolete; then
41a6c3
-  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
41a6c3
+  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
41a6c3
 fi
41a6c3
-AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
41a6c3
+AP_LIBS="$AP_LIBS `$apr_config --link-libtool`" 
41a6c3
 APACHE_SUBST(AP_LIBS)
41a6c3
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
41a6c3
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)