bind: fix linking with full language support enabled
authorMichael Heimpold <redacted>
Thu, 4 Mar 2021 21:41:01 +0000 (22:41 +0100)
committerMichael Heimpold <redacted>
Thu, 4 Mar 2021 21:42:11 +0000 (22:42 +0100)
After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Signed-off-by: Michael Heimpold <redacted>
net/bind/Makefile

index c9282861b47c60a02bd9e7219efee3269b9fbde3..44219e424ad112441f83b2b579317b5ff617283c 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT