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 <mail@tk154.de>
This commit is contained in:
Til Kaiser
2025-06-14 20:13:17 +02:00
committed by Josef Schlehofer
parent 72a7e58059
commit d8f2960e14

View 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