mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- newer acx_nlnetlabs.m4.
git-svn-id: file:///svn/unbound/trunk@3543 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ffb5a2d9eb
commit
87a7408250
2 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
# Copyright 2009, Wouter Wijngaards, NLnet Labs.
|
# Copyright 2009, Wouter Wijngaards, NLnet Labs.
|
||||||
# BSD licensed.
|
# BSD licensed.
|
||||||
#
|
#
|
||||||
# Version 29
|
# Version 30
|
||||||
|
# 2015-11-18 spelling check fix.
|
||||||
# 2015-11-05 ACX_SSL_CHECKS no longer adds -ldl needlessly.
|
# 2015-11-05 ACX_SSL_CHECKS no longer adds -ldl needlessly.
|
||||||
# 2015-08-28 ACX_CHECK_PIE and ACX_CHECK_RELRO_NOW added.
|
# 2015-08-28 ACX_CHECK_PIE and ACX_CHECK_RELRO_NOW added.
|
||||||
# 2015-03-17 AHX_CONFIG_REALLOCARRAY added
|
# 2015-03-17 AHX_CONFIG_REALLOCARRAY added
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
# 2010-07-02 Add check for ss_family (for minix).
|
# 2010-07-02 Add check for ss_family (for minix).
|
||||||
# 2010-04-26 Fix to use CPPFLAGS for CHECK_COMPILER_FLAGS.
|
# 2010-04-26 Fix to use CPPFLAGS for CHECK_COMPILER_FLAGS.
|
||||||
# 2010-03-01 Fix RPATH using CONFIG_COMMANDS to run at the very end.
|
# 2010-03-01 Fix RPATH using CONFIG_COMMANDS to run at the very end.
|
||||||
# 2010-02-18 WITH_SSL outputs the LIBSSL_LDFLAGS, LIBS, CPPFLAGS seperate, -ldl
|
# 2010-02-18 WITH_SSL outputs the LIBSSL_LDFLAGS, LIBS, CPPFLAGS separate, -ldl
|
||||||
# 2010-02-01 added ACX_CHECK_MEMCMP_SIGNED, AHX_MEMCMP_BROKEN
|
# 2010-02-01 added ACX_CHECK_MEMCMP_SIGNED, AHX_MEMCMP_BROKEN
|
||||||
# 2010-01-20 added AHX_COONFIG_STRLCAT
|
# 2010-01-20 added AHX_COONFIG_STRLCAT
|
||||||
# 2009-07-14 U_CHAR detection improved for windows crosscompile.
|
# 2009-07-14 U_CHAR detection improved for windows crosscompile.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
18 November 2015: Wouter
|
||||||
|
- newer acx_nlnetlabs.m4.
|
||||||
|
|
||||||
17 November 2015: Wouter
|
17 November 2015: Wouter
|
||||||
- Fix #594. libunbound: optionally use libnettle for crypto.
|
- Fix #594. libunbound: optionally use libnettle for crypto.
|
||||||
Contributed by Luca Bruno. Added --with-nettle for use with
|
Contributed by Luca Bruno. Added --with-nettle for use with
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue