patch-config_ltconfig 594 B

1234567891011121314151617181920
  1. --- cyrus-sasl-2.1.23.orig/config/ltconfig 2003-06-12 02:32:43.000000000 +0200
  2. +++ cyrus-sasl-2.1.23/config/ltconfig 2011-08-08 10:54:43.509265006 +0200
  3. @@ -2034,16 +2034,7 @@ linux-gnu*)
  4. shlibpath_var=LD_LIBRARY_PATH
  5. shlibpath_overrides_runpath=no
  6. deplibs_check_method=pass_all
  7. -
  8. - if test -f /lib/ld.so.1; then
  9. - dynamic_linker='GNU ld.so'
  10. - else
  11. - # Only the GNU ld.so supports shared libraries on MkLinux.
  12. - case "$host_cpu" in
  13. - powerpc*) dynamic_linker=no ;;
  14. - *) dynamic_linker='Linux ld.so' ;;
  15. - esac
  16. - fi
  17. + dynamic_linker='Linux ld.so'
  18. ;;
  19. netbsd*)