Browse Source

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 <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 4 years ago
parent
commit
20592140af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/bind/Makefile

+ 1
- 0
net/bind/Makefile View 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


Loading…
Cancel
Save