git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
72a7e58
)
mstflint: add missing nls.mk include
author
Til Kaiser
<redacted>
Sat, 14 Jun 2025 18:13:17 +0000
(20:13 +0200)
committer
Josef 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
patch
|
blob
|
history
diff --git
a/utils/mstflint/Makefile
b/utils/mstflint/Makefile
index 4f9de748175018bcee62bbdb3d230355b804f07d..48b304e58e4ecd583a80d68335be0d5035e27197 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT