diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-03-07 10:36:19 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2021-03-07 11:25:43 +0100 |
commit | 59a8bb10d412ead5849d0f5e44b0929859879771 (patch) | |
tree | 9c397140b5473f1a7180d7a4fcc07a060641dbfe /libs | |
parent | 331f8afd99928251e8acb6fcff53a1636e92835e (diff) |
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>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libstrophe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |