hs20: fix linking with full language support enabled
Afterd18692c
, 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> (cherry picked from commit3b177a9d60
)
This commit is contained in:
parent
e95688fa82
commit
ca89f03da2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue