rpcsvc-proto: Fix compilation with uClibc-ng
authorRosen Penev <redacted>
Wed, 25 Dec 2019 01:56:10 +0000 (17:56 -0800)
committerRosen Penev <redacted>
Wed, 25 Dec 2019 02:03:35 +0000 (18:03 -0800)
Also fixed compilation with full iconv.

Signed-off-by: Rosen Penev <redacted>
libs/rpcsvc-proto/Makefile

index ce1cd39bbbc945bf9c1355b6a431965a63c75e54..5a6e954e55a2a028ac8f6b9eb5eb1b6fd34f10ab 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rpcsvc-proto
 PKG_VERSION:=1.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=https://github.com/thkukuk/rpcsvc-proto/releases/download/v$(PKG_VERSION)/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -19,6 +19,7 @@ PKG_INSTALL:=1
 PKG_BUILD_DEPENDS:=rpcsvc-proto/host
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
 include $(INCLUDE_DIR)/host-build.mk
 
 define Package/rpcsvc-proto
@@ -26,6 +27,7 @@ define Package/rpcsvc-proto
   CATEGORY:=Libraries
   TITLE:=rpcgen and rpcsvc proto.x files from glibc
   URL:=https://github.com/thkukuk/rpcsvc-proto
+  DEPENDS:=$(INTL_DEPENDS)
 endef
 
 define Package/rpcsvc-proto/description
git clone https://git.99rst.org/PROJECT