- Fix compile on solaris of the fix to use $host detect.

git-svn-id: file:///svn/unbound/trunk@3998 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-02-06 12:48:42 +00:00
parent 86c28f2d57
commit 4b22dcb7ad
3 changed files with 5 additions and 2 deletions

2
configure vendored
View file

@ -19632,7 +19632,7 @@ esac
esac
;;
SunOS)
solaris|SunOS)
case " $LIBOBJS " in
*" getentropy_solaris.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS getentropy_solaris.$ac_objext"

View file

@ -1219,7 +1219,7 @@ if test "$USE_NSS" = "no"; then
Darwin)
AC_LIBOBJ(getentropy_osx)
;;
SunOS)
solaris|SunOS)
AC_LIBOBJ(getentropy_solaris)
AC_CHECK_HEADERS([sys/sha2.h],, [
AC_CHECK_FUNCS([SHA512_Update],,[

View file

@ -1,3 +1,6 @@
6 February 2017: Wouter
- Fix compile on solaris of the fix to use $host detect.
4 February 2017: Wouter
- fix root_anchor test for updated icannbundle.pem lower certificates.