libtirpc: update to 1.2.5
* update to 1.2.5 * remove upstream merged patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
parent
34938d03f6
commit
71d639a45f
2 changed files with 2 additions and 27 deletions
|
@ -1,19 +1,12 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2006-2018 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libtirpc
|
PKG_NAME:=libtirpc
|
||||||
PKG_VERSION:=1.1.4
|
PKG_VERSION:=1.2.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@SF/libtirpc
|
PKG_SOURCE_URL:=@SF/libtirpc
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_HASH:=2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d
|
PKG_HASH:=f3b6350c7e9c3cd9c58fc7a5e5f8e6be469cc571bb5eb31eb9790b3e675186ca
|
||||||
|
|
||||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
Consider musl provided built-in defines
|
|
||||||
|
|
||||||
Helps compile libtirpc with musl
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
|
|
||||||
--- ./tirpc/rpc/types.h.orig 2018-03-17 10:23:10.022055255 +0100
|
|
||||||
+++ ./tirpc/rpc/types.h 2018-03-17 10:23:30.877751656 +0100
|
|
||||||
@@ -66,7 +66,7 @@
|
|
||||||
#define mem_free(ptr, bsize) free(ptr)
|
|
||||||
|
|
||||||
|
|
||||||
-#if defined __APPLE_CC__ || defined __FreeBSD__
|
|
||||||
+#if defined __APPLE_CC__ || defined __FreeBSD__ || !defined(__GLIBC__)
|
|
||||||
# define __u_char_defined
|
|
||||||
# define __daddr_t_defined
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue