altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.35-deplibs.patch

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