arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone
e71654
e71654
Link straight against .la files.
e71654
e71654
Upstream-Status: vendor specific
e71654
e71654
diff --git a/configure.in b/configure.in
e71654
index 9feaceb..82bfeef 100644
e71654
--- a/configure.in
e71654
+++ b/configure.in
e71654
@@ -784,9 +784,9 @@ APACHE_SUBST(INSTALL_SUEXEC)
e71654
 
e71654
 dnl APR should go after the other libs, so the right symbols can be picked up
e71654
 if test x${apu_found} != xobsolete; then
e71654
-  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
e71654
+  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
e71654
 fi
e71654
-AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
e71654
+AP_LIBS="$AP_LIBS `$apr_config --link-libtool`" 
e71654
 APACHE_SUBST(AP_LIBS)
e71654
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
e71654
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)