]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix compile on solaris of the fix to use $host detect.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Feb 2017 12:48:42 +0000 (12:48 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Feb 2017 12:48:42 +0000 (12:48 +0000)
git-svn-id: file:///svn/unbound/trunk@3998 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index be12baaef529ab09ebcf4929f650810f04704e68..af2268d83d6aaa9c4c8e6bdc759c4e7f8d6084d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -19632,7 +19632,7 @@ esac
 esac
 
                        ;;
-                       SunOS)
+                       solaris|SunOS)
                                case " $LIBOBJS " in
   *" getentropy_solaris.$ac_objext "* ) ;;
   *) LIBOBJS="$LIBOBJS getentropy_solaris.$ac_objext"
index fd1c2771df0d2796c0483cf12a48583c9d75ff33..dd0f14f6e369a9107cdd2a1531cee97b2ed418ba 100644 (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],,[
index 2872e0f96f386cb7f2c97d82e0189dc8e51c91a6..6564b8e12f658694215ac30b25001a7dc82fb2a5 100644 (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.