package/bind: drop unrecognized option
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 2 Dec 2020 21:18:48 +0000 (22:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 23 Dec 2020 12:36:39 +0000 (13:36 +0100)
Drop --enable-newstats option which is not recognized

Unrecognized options:
    --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --enable-newstats

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bind/bind.mk

index 4098f948a9f7e5b56dcfb22a08b2431c76a8e310..0df2467bc5e6ccb88d932f8e1a63c3a2e3d08847 100644 (file)
@@ -47,7 +47,7 @@ BIND_CONF_OPTS += --disable-linux-caps
 endif
 
 ifeq ($(BR2_PACKAGE_LIBXML2),y)
-BIND_CONF_OPTS += --with-libxml2=$(STAGING_DIR)/usr --enable-newstats
+BIND_CONF_OPTS += --with-libxml2=$(STAGING_DIR)/usr
 BIND_DEPENDENCIES += libxml2
 else
 BIND_CONF_OPTS += --with-libxml2=no