php-02-dlopen.patch 732 B

12345678910111213141516171819202122232425
  1. PHP can't be AUTORECONF with any modern autotools and the dl tests are
  2. pretty bad for cross-compilation, so just kill the needed ac_cv value unsets
  3. so they can flow through from the package makefile.
  4. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  5. diff -Nura php-5.5.8.orig/configure php-5.5.8/configure
  6. --- php-5.5.8.orig/configure 2014-01-28 17:41:33.943851727 -0300
  7. +++ php-5.5.8/configure 2014-01-28 17:42:53.785493795 -0300
  8. @@ -16985,7 +16985,6 @@
  9. - unset ac_cv_func_dlopen
  10. unset ac_cv_func___dlopen
  11. unset found
  12. @@ -17013,7 +17012,6 @@
  13. *)
  14. - unset ac_cv_lib_dl_dlopen
  15. unset ac_cv_lib_dl___dlopen
  16. unset found
  17. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5