mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
hs20: fix linking with full language support enabled
After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.
Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
committed by
Daniel Golle
parent
cf8cb8541f
commit
3b177a9d60
@@ -40,6 +40,7 @@ ifdef CONFIG_USE_GLIBC
|
||||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/hs20-common
|
||||
SECTION:=net
|
||||
|
||||
Reference in New Issue
Block a user