summaryrefslogtreecommitdiff
path: root/package/libtirpc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-22 21:02:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-22 21:02:48 +0100
commit0206674a310f199e0d02e2207a9ecb2d37dad34a (patch)
tree6734e328274ba127c3d8b71a48301f386a6666b0 /package/libtirpc/Makefile
parent125928117168dcead856747db13be6df2c0ba68a (diff)
fix libtirpc for musl
Diffstat (limited to 'package/libtirpc/Makefile')
-rw-r--r--package/libtirpc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/libtirpc/Makefile b/package/libtirpc/Makefile
index a1bfab5d1..61ae3a9b5 100644
--- a/package/libtirpc/Makefile
+++ b/package/libtirpc/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= libtirpc
PKG_VERSION:= 0.2.3
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= b70e6c12a369a91e69fcc3b9feb23d61
PKG_DESCR:= a transport independent RPC library
PKG_SECTION:= libs
@@ -15,8 +15,6 @@ PKG_URL:= http://sourceforge.net/projects/libtirpc/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libtirpc/}
PKG_OPTS:= dev
-PKG_LIBC_DEPENDS:= uclibc glibc
-
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
include ${TOPDIR}/mk/package.mk