libstrophe: fix build with full language support enabled 15040/head
authorMichael Heimpold <mhei@heimpold.de>
Sun, 7 Mar 2021 09:36:19 +0000 (10:36 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 7 Mar 2021 10:25:43 +0000 (11:25 +0100)
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>
libs/libstrophe/Makefile

index 553290137b66e59662d218f4e7b12da5d97a4365..1912d48ff71e8eb053ae7170cf91628cccf6ad99 100644 (file)
@@ -28,6 +28,7 @@ PKG_CONFIG_DEPENDS:= \
        CONFIG_libstrophe-expat
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
 
 define Package/libstrophe
        SECTION:=libs