aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/configure_checks.cmake (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-01-12There has never been any such function "fnctl"Howard Chu1-1/+0
It was only a typo of fcntl. Get rid of this test.
2015-12-30fix missing unbound testsRiccardo Spagni1-0/+3
2015-12-30update unbound, fix unbound openssl issue on OS XRiccardo Spagni1-1/+2
2015-04-06updated unbound cmake for static buildsRiccardo Spagni1-0/+3
2014-10-24unbound: fix getaddrinfo detection for 32-bit windowsBen Boeckel1-1/+11
On Windows, getaddrinfo is part of the Windows API and as such is __stdcall, not __cdecl, so check_function_exists fails because the declaration doesn't match the mangling __stdcall has. Instead, use a header to include the symbol as declared on the system and use check_symbol_exists instead. Tested-By: greatwolf on IRC
2014-10-24unbound: fix type checkingBen Boeckel1-2/+2
2014-10-23unbound: import cmake build systemBen Boeckel1-0/+208