patch-config_ltconfig 778 B

1234567891011121314151617181920212223242526272829
  1. --- cyrus-sasl-2.1.26.orig/config/ltconfig 2012-10-12 16:05:48.000000000 +0200
  2. +++ cyrus-sasl-2.1.26/config/ltconfig 2014-03-07 07:46:01.000000000 +0100
  3. @@ -2024,7 +2024,7 @@ linux-gnuoldld* | linux-gnuaout* | linux
  4. ;;
  5. # This must be Linux ELF.
  6. -linux-gnu*)
  7. +linux-*)
  8. version_type=linux
  9. need_lib_prefix=no
  10. need_version=no
  11. @@ -2034,16 +2034,7 @@ linux-gnu*)
  12. shlibpath_var=LD_LIBRARY_PATH
  13. shlibpath_overrides_runpath=no
  14. deplibs_check_method=pass_all
  15. -
  16. - if test -f /lib/ld.so.1; then
  17. - dynamic_linker='GNU ld.so'
  18. - else
  19. - # Only the GNU ld.so supports shared libraries on MkLinux.
  20. - case "$host_cpu" in
  21. - powerpc*) dynamic_linker=no ;;
  22. - *) dynamic_linker='Linux ld.so' ;;
  23. - esac
  24. - fi
  25. + dynamic_linker='Linux ld.so'
  26. ;;
  27. netbsd*)