Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1eb871bb
Commit
1eb871bb
authored
Aug 02, 2012
by
Mark Andrews
Browse files
3357. [port] Add support for libxml2-2.8.x [RT #30440]
parent
6ba038db
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
1eb871bb
3357. [port] Add support for libxml2-2.8.x [RT #30440]
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
approaching their expiry, so they don't remain
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429]
in caches after expiry. [RT #26429]
...
...
configure
View file @
1eb871bb
...
@@ -23262,7 +23262,7 @@ case "$use_libxml2" in
...
@@ -23262,7 +23262,7 @@ case "$use_libxml2" in
;;
;;
auto|yes)
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
case X`(xml2-config --version) 2>/dev/null` in
X2.[67].*)
X2.[67
8
].*)
libxml2_libs=`xml2-config --libs`
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
libxml2_cflags=`xml2-config --cflags`
;;
;;
...
...
configure.in
View file @
1eb871bb
...
@@ -1326,7 +1326,7 @@ case "$use_libxml2" in
...
@@ -1326,7 +1326,7 @@ case "$use_libxml2" in
;;
;;
auto|yes)
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
case X`(xml2-config --version) 2>/dev/null` in
X2.[[67]].*)
X2.[[67
8
]].*)
libxml2_libs=`xml2-config --libs`
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
libxml2_cflags=`xml2-config --cflags`
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment