From 55055f70e47ee8214b28e2f26b86324b2ff0b58b Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Tue, 15 Mar 2022 16:46:08 -0600 Subject: [PATCH] bind: fix warnings about unknown options Signed-off-by: Philip Prindeville --- net/bind/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 5203d65a05..8dbf15cfe4 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -41,6 +41,8 @@ PKG_BUILD_DEPENDS += BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk +DISABLE_NLS:= + define Package/bind/Default SECTION:=net CATEGORY:=Network @@ -136,12 +138,10 @@ TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed CONFIGURE_ARGS += \ --with-openssl="$(STAGING_DIR)/usr" \ - --with-libtool \ --without-lmdb \ --enable-epoll \ --without-gssapi \ --without-readline \ - --without-python \ --sysconfdir=/etc/bind ifdef CONFIG_BIND_LIBJSON -- 2.30.2