mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
3357. [port] Add support for libxml2-2.8.x [RT #30440]
This commit is contained in:
parent
6ba038db9c
commit
1eb871bb42
3 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -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
2
configure
vendored
|
|
@ -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`
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue