Author: nbd Date: 2015-04-10 22:02:55 +0200 (Fri, 10 Apr 2015) New Revision: 45366
Removed: trunk/package/libs/librpc/patches/ Modified: trunk/package/libs/librpc/Makefile Log: librpc: update to the latest version, fixes musl compatibility issues (#19445) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/librpc/Makefile =================================================================== --- trunk/package/libs/librpc/Makefile 2015-04-10 14:42:11 UTC (rev 45365) +++ trunk/package/libs/librpc/Makefile 2015-04-10 20:02:55 UTC (rev 45366) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
