Skip to content

Commit

Permalink
Increase minimum libunbound version to 1.5.9 to get pluggable event h…
Browse files Browse the repository at this point in the history
…andling.

At Willem's suggestion.
  • Loading branch information
Jim Hague committed Nov 1, 2019
1 parent 1cac864 commit 7a1e72d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Expand Up @@ -436,11 +436,7 @@ mark_as_advanced(BSD_LIBRARY)

# If we're not stub only, we need libunbound.
if (NOT ENABLE_STUB_ONLY)
# libunbound up to version 1.3.22 can't be linked against a program that also
# 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)
find_package(Libunbound "1.5.9" REQUIRED)
set(HAVE_LIBUNBOUND 1)
list(APPEND getdns_system_libs Libunbound::Libunbound)

Expand Down

0 comments on commit 7a1e72d

Please sign in to comment.