From: Michael Heimpold Date: Sun, 7 Mar 2021 09:36:19 +0000 (+0100) Subject: libstrophe: fix build with full language support enabled X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=59a8bb10d412ead5849d0f5e44b0929859879771;p=openwrt-packages.git 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 --- 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