summaryrefslogtreecommitdiffstats
path: root/package/libs/librpc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-10 20:02:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-10 20:02:55 +0000
commitbaef360adb72a1dcab8ec4b6312ac8f513202303 (patch)
tree8d63723ceaa3298a46ddf790b4ad12c6a510f58e /package/libs/librpc/Makefile
parente4bf2d73f6cb6e4dbb5159cb2da82daf5b3d88dd (diff)
downloadmaster-31e0f0ae-baef360adb72a1dcab8ec4b6312ac8f513202303.tar.gz
master-31e0f0ae-baef360adb72a1dcab8ec4b6312ac8f513202303.tar.bz2
master-31e0f0ae-baef360adb72a1dcab8ec4b6312ac8f513202303.zip
librpc: update to the latest version, fixes musl compatibility issues (#19445)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45366
Diffstat (limited to 'package/libs/librpc/Makefile')
-rw-r--r--package/libs/librpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/librpc/Makefile b/package/libs/librpc/Makefile
index d68e3609da..9ea2452f1c 100644
--- a/package/libs/librpc/Makefile
+++ b/package/libs/librpc/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=librpc
-PKG_VERSION:=0.9.32-rc2
+PKG_VERSION:=2015-04-10
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=0a2179bbc0844928f2a0ec01dba93d9b5d6d41a7
+PKG_SOURCE_VERSION:=308e9964bfb623773dc0dcc99ef9d18d1551d6ae
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_USE_MIPS16:=0