aboutsummaryrefslogtreecommitdiff
path: root/external/unbound (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02year updated in licenseRiccardo Spagni13-2/+2
2014-12-04update unbound from upstreamRiccardo Spagni72-2655/+1261
2014-11-18mingw: copy required libraries to the build treeBen Boeckel1-0/+16
These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell.
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-24unbound: plumb the libdir upBen Boeckel1-0/+5
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost.
2014-10-24cmake: support 2.8.7Ben Boeckel1-4/+4
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
2014-10-23unbound: import cmake build systemBen Boeckel3-0/+1422
2014-10-06fix for mingw not playing nicely with libunbound configure, fix for ↵Riccardo Spagni1-0/+3
correctly finding static libs on various operating systems
2014-10-05added unbound to external depsRiccardo Spagni394-0/+199264