patch-libjava_libltdl_configure 843 B

1234567891011121314151617181920212223
  1. $OpenBSD: patch-libjava_libltdl_configure,v 1.1.1.1 2016/09/04 16:20:19 pascal Exp $
  2. --- libjava/libltdl/configure.orig Wed May 13 13:08:26 2015
  3. +++ libjava/libltdl/configure Tue Aug 23 15:48:23 2016
  4. @@ -6900,9 +6900,6 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e
  5. with_gnu_ld=no
  6. fi
  7. ;;
  8. - openbsd*)
  9. - with_gnu_ld=no
  10. - ;;
  11. esac
  12. ld_shlibs=yes
  13. @@ -8192,7 +8189,7 @@ openbsd*)
  14. need_lib_prefix=no
  15. need_version=no
  16. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  17. - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  18. + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  19. shlibpath_var=LD_LIBRARY_PATH
  20. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  21. case $host_os in