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