All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/bind: drop unrecognized option
@ 2020-12-06 14:07 Bernd Kuhls
  2020-12-06 14:07 ` [Buildroot] [PATCH v2 2/2] package/bind: bump version to 9.16.9 Bernd Kuhls
  2020-12-06 17:03 ` [Buildroot] [PATCH v2 1/2] package/bind: drop unrecognized option Fabrice Fontaine
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2020-12-06 14:07 UTC (permalink / raw)
  To: buildroot

From: Fabrice Fontaine <fontaine.fabrice@gmail.com>

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: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: no changes

 package/bind/bind.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index ba60c111ef..183c42f1e8 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -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
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-06 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 14:07 [Buildroot] [PATCH v2 1/2] package/bind: drop unrecognized option Bernd Kuhls
2020-12-06 14:07 ` [Buildroot] [PATCH v2 2/2] package/bind: bump version to 9.16.9 Bernd Kuhls
2020-12-06 17:36   ` Bernd Kuhls
2020-12-06 17:03 ` [Buildroot] [PATCH v2 1/2] package/bind: drop unrecognized option Fabrice Fontaine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.