|
@@ -61,6 +61,13 @@ else
|
|
BIND_CONF_OPTS += --with-gssapi=no
|
|
BIND_CONF_OPTS += --with-gssapi=no
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBMAXMINDDB),y)
|
|
|
|
+BIND_CONF_OPTS += --enable-geoip --with-maxminddb
|
|
|
|
+BIND_DEPENDENCIES += libmaxminddb
|
|
|
|
+else
|
|
|
|
+BIND_CONF_OPTS += --disable-geoip
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
|
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
|
BIND_CONF_OPTS += --with-libxml2
|
|
BIND_CONF_OPTS += --with-libxml2
|
|
BIND_DEPENDENCIES += libxml2
|
|
BIND_DEPENDENCIES += libxml2
|