From: Felix Fietkau Date: Sun, 29 Jun 2014 22:26:05 +0000 (+0000) Subject: rpcd: update to the latest version, fixes build with musl X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=725000e474ad3d36e7b6ea8820760dc5cccc9260;p=15.05%2Fopenwrt.git rpcd: update to the latest version, fixes build with musl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41403 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index d0035b0c20..600267ffd7 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_VERSION:=2014-01-29 +PKG_VERSION:=2014-06-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME) -PKG_SOURCE_VERSION:=4cc6a9deb8eb65c8771ed56ae9fc950f3efa99c6 +PKG_SOURCE_VERSION:=3c55504336eb04a779515f0acff8ecbeea4a3d53 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich