aboutsummaryrefslogtreecommitdiff
path: root/external/unbound
Commit message (Collapse)AuthorAgeFilesLines
...
* unbound: fix getaddrinfo detection for 32-bit windowsBen Boeckel2014-10-241-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
* unbound: fix type checkingBen Boeckel2014-10-241-2/+2
|
* unbound: plumb the libdir upBen Boeckel2014-10-241-0/+5
| | | | | This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost.
* cmake: support 2.8.7Ben Boeckel2014-10-241-4/+4
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* unbound: import cmake build systemBen Boeckel2014-10-233-0/+1422
|
* fix for mingw not playing nicely with libunbound configure, fix for ↵Riccardo Spagni2014-10-061-0/+3
| | | | correctly finding static libs on various operating systems
* added unbound to external depsRiccardo Spagni2014-10-05394-0/+199264