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.cdn.openwrt.org/?a=commitdiff_plain;h=4870eab081b66f7c673346ab27021365480723d2;p=feed%2Fpackages.git loudmouth: Fix compilation with uClibc-ng nls.mk must be included. Signed-off-by: Rosen Penev (cherry picked from e69d5dc1d59a12f97d414b6a3b4bd9ef89bfc55b) --- diff --git a/libs/loudmouth/Makefile b/libs/loudmouth/Makefile index bb67bcfc4e..01237fc70e 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_MAINTAINER:=W. Michael Petullo @@ -27,6 +27,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/loudmouth SECTION:=libs