mstflint: add missing nls.mk include
authorTil Kaiser <redacted>
Sat, 14 Jun 2025 18:13:17 +0000 (20:13 +0200)
committerJosef Schlehofer <redacted>
Sun, 15 Jun 2025 11:22:56 +0000 (13:22 +0200)
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 <redacted>
utils/mstflint/Makefile

index 4f9de748175018bcee62bbdb3d230355b804f07d..48b304e58e4ecd583a80d68335be0d5035e27197 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT