mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
[v9_9] fix enable-openssl-hash/with-atf combo
This commit is contained in:
parent
bf9d2fd260
commit
61748fa876
1 changed files with 3 additions and 0 deletions
|
|
@ -3286,6 +3286,9 @@ if test "$atf" != no; then
|
|||
STD_CINCLUDES="$STD_CINCLUDES -I$atf/include"
|
||||
ATFBIN="$atf/bin"
|
||||
ATFLIBS="-L$atf/lib -latf-c"
|
||||
if test "$want_openssl_hash" = yes; then
|
||||
ATFLIBS="-L$atf/lib -latf-c $DNS_CRYPTO_LIBS"
|
||||
fi
|
||||
UNITTESTS=tests
|
||||
fi
|
||||
AC_SUBST(ATFBIN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue