From: Philip Prindeville Date: Tue, 15 Mar 2022 22:46:08 +0000 (-0600) Subject: bind: fix warnings about unknown options X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=55055f70e47ee8214b28e2f26b86324b2ff0b58b;p=openwrt-packages.git bind: fix warnings about unknown options Signed-off-by: Philip Prindeville --- diff --git a/net/bind/Makefile b/net/bind/Makefile index 5203d65a0..8dbf15cfe 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