danicoin/external
warptangent 7205210b0f
cmake: Fix unbound config compile settings
This allows the OpenSSL function checks to compile in unbound's CMake
configuration.

Otherwise, the functions SHA256() and EVP_sha512() won't be called from
libunbound as possible algorithms.

They had not been compiling because static OpenSSL libraries were being
used, along with lack of -ldl. The static library preference is
unnecessary for the checks, so use default suffixes ordering for
CMAKE_FIND_LIBRARY_SUFFIXES when building unbound.

Related files:
configure_checks.cmake
external/unbound/validator/val_secalgo.c
  secalgo_ds_digest(), setup_key_digest()
2016-02-12 15:02:06 -08:00
..
db_drivers MDB_VL32 change overflow page scan 2016-01-28 13:59:02 +00:00
miniupnpc Avoid cmake-3.x block comment syntax 2016-01-03 08:22:06 +00:00
rapidjson no longer need to pass the size to rapidjson 2015-12-30 12:25:29 +02:00
unbound There has never been any such function "fnctl" 2016-01-12 21:19:15 +00:00
CMakeLists.txt cmake: Fix unbound config compile settings 2016-02-12 15:02:06 -08:00