altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.1-deplibs.patch

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