components/bind/Makefile
branchs11-update
changeset 2452 9dc4dfa4b04d
parent 2434 6c9bb5cf5610
child 2898 36ec5a71d659
--- a/components/bind/Makefile	Wed Dec 19 02:21:27 2012 -0800
+++ b/components/bind/Makefile	Thu Dec 20 04:53:01 2012 -0800
@@ -61,6 +61,10 @@
 CONFIGURE_OPTIONS +=	--disable-openssl-version-check
 CONFIGURE_OPTIONS +=	--enable-fixed-rrset
 CONFIGURE_OPTIONS +=	--with-pkcs11
+# Bind configure will check for libxml2 versions 2.6.x/2.7.x/2.8.x.
+# To make it use version 2.9.x we need to skip this check by
+# specifying path where libxml2 is installed.
+CONFIGURE_OPTIONS +=	--with-libxml2=/usr
 
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 # Configure will add "-mt" to CC which is already set in CFLAGS, so override.