mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
and configure update
git-svn-id: file:///svn/unbound/trunk@1585 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ac9c3b84b1
commit
62fca9e1fb
2 changed files with 6 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -24653,6 +24653,9 @@ fi
|
||||||
|
|
||||||
if test x_$enable_static_exe = x_yes; then
|
if test x_$enable_static_exe = x_yes; then
|
||||||
staticexe="-static"
|
staticexe="-static"
|
||||||
|
if test "$on_mingw" = yes; then
|
||||||
|
staticexe="-all-static"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set lock checking if requested
|
# set lock checking if requested
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
6 April 2009: Wouter
|
||||||
|
- windows compile fix.
|
||||||
|
|
||||||
3 April 2009: Wouter
|
3 April 2009: Wouter
|
||||||
- Fixed a bug that caused messages to be stored in the cache too
|
- Fixed a bug that caused messages to be stored in the cache too
|
||||||
long. Hard to trigger, but NXDOMAINs for nameservers or CNAME
|
long. Hard to trigger, but NXDOMAINs for nameservers or CNAME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue