arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/httpd-2.4.1-deplibs.patch

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