2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

3357. [port] Add support for libxml2-2.8.x [RT #30440]

This commit is contained in:
Mar Andrews 2012-08-02 01:49:50 +00:00
parent 6ba038db9c
commit 1eb871bb42
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
3357. [port] Add support for libxml2-2.8.x [RT #30440]
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429]

2
configure vendored
View File

@ -23262,7 +23262,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[67].*)
X2.[678].*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;

View File

@ -1326,7 +1326,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[[67]].*)
X2.[[678]].*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;