15965830 BIND 9 configure does not recognise libxml2 version 2.9.0
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 06 Dec 2012 12:41:43 -0800
changeset 1074 8ae50a0d434a
parent 1073 c80b2ce240a9
child 1075 f0a05f4e7b31
15965830 BIND 9 configure does not recognise libxml2 version 2.9.0
components/bind/Makefile
--- a/components/bind/Makefile	Thu Dec 06 10:51:29 2012 -0800
+++ b/components/bind/Makefile	Thu Dec 06 12:41:43 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.