patch-libjava_configure 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. $OpenBSD: patch-libjava_configure,v 1.1.1.1 2014/06/26 16:30:17 pascal Exp $
  2. --- libjava/configure.orig Sun Dec 1 23:39:57 2013
  3. +++ libjava/configure Mon Dec 2 12:20:03 2013
  4. @@ -6397,7 +6397,7 @@ openbsd*)
  5. need_lib_prefix=no
  6. need_version=no
  7. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  8. - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  9. + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  10. shlibpath_var=LD_LIBRARY_PATH
  11. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  12. case $host_os in
  13. @@ -12795,7 +12795,7 @@ openbsd*)
  14. *) need_version=no ;;
  15. esac
  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
  22. @@ -16479,7 +16479,7 @@ openbsd*)
  23. *) need_version=no ;;
  24. esac
  25. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  26. - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  27. + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  28. shlibpath_var=LD_LIBRARY_PATH
  29. if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  30. case $host_os in
  31. @@ -20760,7 +20760,7 @@ case "$THREADS" in
  32. # support for weak references to pthread_* functions ala gthr.h API.
  33. THREADSPEC='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
  34. ;;
  35. - *-*-freebsd*)
  36. + *-*-freebsd* | *-*-openbsd*)
  37. # FreeBSD >=5.3 implements a model much closer to other modern UNIX
  38. # systems which support threads and -lpthread.
  39. THREADLDFLAGS=-pthread