httpd-2.4.1-deplibs.patch 660 B

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