mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Josef Schlehofer
parent
72a7e58059
commit
d8f2960e14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user