From 59a8bb10d412ead5849d0f5e44b0929859879771 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sun, 7 Mar 2021 10:36:19 +0100 Subject: [PATCH] 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 --- libs/libstrophe/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libstrophe/Makefile b/libs/libstrophe/Makefile index 553290137..1912d48ff 100644 --- a/libs/libstrophe/Makefile +++ b/libs/libstrophe/Makefile @@ -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