mirror of https://github.com/getdnsapi/getdns.git
Increase minimum libunbound version to 1.5.9 to get pluggable event handling.
At Willem's suggestion.
This commit is contained in:
parent
1cac86424e
commit
7a1e72d51e
|
@ -436,11 +436,7 @@ mark_as_advanced(BSD_LIBRARY)
|
||||||
|
|
||||||
# If we're not stub only, we need libunbound.
|
# If we're not stub only, we need libunbound.
|
||||||
if (NOT ENABLE_STUB_ONLY)
|
if (NOT ENABLE_STUB_ONLY)
|
||||||
# libunbound up to version 1.3.22 can't be linked against a program that also
|
find_package(Libunbound "1.5.9" REQUIRED)
|
||||||
# links libevent because of a symbol clash. Rather than work around this
|
|
||||||
# problem with libunbounds prior to November 2014, just insist on a
|
|
||||||
# modern enough libunbound.
|
|
||||||
find_package(Libunbound "1.5.0" REQUIRED)
|
|
||||||
set(HAVE_LIBUNBOUND 1)
|
set(HAVE_LIBUNBOUND 1)
|
||||||
list(APPEND getdns_system_libs Libunbound::Libunbound)
|
list(APPEND getdns_system_libs Libunbound::Libunbound)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue