Blame SOURCES/httpd-2.4.1-deplibs.patch

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