From: Michael Heimpold Date: Thu, 4 Mar 2021 21:41:01 +0000 (+0100) Subject: bind: fix linking with full language support enabled X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=20592140af9af117b44c7eddfd2caf7b7d38a199;p=openwrt-packages.git bind: fix linking with full language support enabled After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold --- diff --git a/net/bind/Makefile b/net/bind/Makefile index c9282861b..44219e424 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -40,6 +40,7 @@ PKG_CONFIG_DEPENDS := \ PKG_BUILD_DEPENDS += BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/bind/Default SECTION:=net