From: Til Kaiser Date: Sat, 14 Jun 2025 18:13:17 +0000 (+0200) Subject: mstflint: add missing nls.mk include X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d8f2960e149ad194a503fabc619e6d4a65f7a062;p=openwrt-packages.git mstflint: add missing nls.mk include If nls.mk is not included and BUILD_NLS is set compilation will fail with various undefined references to the libiconv library. So this commit includes the missing nls.mk. Signed-off-by: Til Kaiser --- diff --git a/utils/mstflint/Makefile b/utils/mstflint/Makefile index 4f9de7481..48b304e58 100644 --- a/utils/mstflint/Makefile +++ b/utils/mstflint/Makefile @@ -25,6 +25,7 @@ PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/mstflint SECTION:=Utilities