From: Rosen Penev Date: Sat, 11 May 2019 23:52:43 +0000 (-0700) Subject: loudmouth: Fix compilation with uClibc-ng X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e69d5dc1d59a12f97d414b6a3b4bd9ef89bfc55b;p=openwrt-packages.git loudmouth: Fix compilation with uClibc-ng nls.mk must be included. Signed-off-by: Rosen Penev --- diff --git a/libs/loudmouth/Makefile b/libs/loudmouth/Makefile index 9216d7b6b..24c531b65 100644 --- a/libs/loudmouth/Makefile +++ b/libs/loudmouth/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=loudmouth PKG_VERSION:=1.5.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mcabber/loudmouth/tar.gz/$(PKG_VERSION)? @@ -24,6 +24,7 @@ PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/loudmouth SECTION:=libs