Merge pull request #10872 from neheb/rp

rpcsvc-proto: Fix compilation with uClibc-ng
This commit is contained in:
Rosen Penev 2019-12-25 10:28:21 -08:00 committed by GitHub
commit 8b771491c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rpcsvc-proto PKG_NAME:=rpcsvc-proto
PKG_VERSION:=1.4 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_URL:=https://github.com/thkukuk/rpcsvc-proto/releases/download/v$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -19,6 +19,7 @@ PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=rpcsvc-proto/host PKG_BUILD_DEPENDS:=rpcsvc-proto/host
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
define Package/rpcsvc-proto define Package/rpcsvc-proto
@ -26,6 +27,7 @@ define Package/rpcsvc-proto
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=rpcgen and rpcsvc proto.x files from glibc TITLE:=rpcgen and rpcsvc proto.x files from glibc
URL:=https://github.com/thkukuk/rpcsvc-proto URL:=https://github.com/thkukuk/rpcsvc-proto
DEPENDS:=$(INTL_DEPENDS)
endef endef
define Package/rpcsvc-proto/description define Package/rpcsvc-proto/description