Browse Source

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>
lilik-openwrt-22.03
Michael Heimpold 3 years ago
parent
commit
59a8bb10d4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libstrophe/Makefile

+ 1
- 0
libs/libstrophe/Makefile View 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


Loading…
Cancel
Save