From 20592140af9af117b44c7eddfd2caf7b7d38a199 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Thu, 4 Mar 2021 22:41:01 +0100 Subject: [PATCH] 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 --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) 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