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