Fixup solaris linkage.

git-svn-id: file:///svn/unbound/trunk@3161 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-07-11 09:50:15 +00:00
parent 9f9ed82c5b
commit 41a972ef9a
2 changed files with 6 additions and 0 deletions

3
configure vendored
View file

@ -18220,6 +18220,9 @@ fi
done
if test "$ac_cv_header_sys_sha2_h" = "yes"; then
LIBS="$LIBS -lmd"
fi
;;
Linux|*)
case " $LIBOBJS " in

View file

@ -989,6 +989,9 @@ if test "$USE_NSS" = "no"; then
AC_LIBOBJ(sha512)
])
], [AC_INCLUDES_DEFAULT])
if test "$ac_cv_header_sys_sha2_h" = "yes"; then
LIBS="$LIBS -lmd"
fi
;;
Linux|*)
AC_LIBOBJ(getentropy_linux)