libstrophe: fix build with full language support enabled
After d18692c
, we need to include nls.mk to setup correct
environment variables so that linking succeeds.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
331f8afd99
commit
59a8bb10d4
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_libstrophe-expat
|
CONFIG_libstrophe-expat
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/libstrophe
|
define Package/libstrophe
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
|
|
Loading…
Reference in a new issue