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