mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-19 13:12:55 -05:00
Fixup solaris linkage.
git-svn-id: file:///svn/unbound/trunk@3161 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
9f9ed82c5b
commit
41a972ef9a
2 changed files with 6 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -18220,6 +18220,9 @@ fi
|
|||
|
||||
done
|
||||
|
||||
if test "$ac_cv_header_sys_sha2_h" = "yes"; then
|
||||
LIBS="$LIBS -lmd"
|
||||
fi
|
||||
;;
|
||||
Linux|*)
|
||||
case " $LIBOBJS " in
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue