summaryrefslogtreecommitdiff
path: root/package/rpcbind
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-10 13:00:45 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-10 13:02:01 -0600
commit0ef6c3891113cfc711d990f767a3ffcd78d834b5 (patch)
tree8ee8b35c34685b623fa8426fe4320846dd301b2c /package/rpcbind
parent6623fd4551e2fbe918b31d6f2392bfc2b8224603 (diff)
update to latest upstream version
Diffstat (limited to 'package/rpcbind')
-rw-r--r--package/rpcbind/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile
index 1a6f78ccd..81266c039 100644
--- a/package/rpcbind/Makefile
+++ b/package/rpcbind/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= rpcbind
-PKG_VERSION:= 0.2.1
-PKG_RELEASE:= 2
-PKG_HASH:= da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e
+PKG_VERSION:= 0.2.2
+PKG_RELEASE:= 1
+PKG_HASH:= 13dbc8c796dbe0ce8df873007bea0490c8460b56202d918c9eb6fa0358a08f29
PKG_DESCR:= converts rpc program numbers into universal addresses
PKG_SECTION:= net/misc
PKG_DEPENDS:= libtirpc
@@ -14,8 +14,6 @@ PKG_BUILDDEP:= libtirpc
PKG_URL:= http://sourceforge.net/projects/rpcbind/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=rpcbind/}
-PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc
-
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include $(ADK_TOPDIR)/mk/package.mk
@@ -24,6 +22,7 @@ $(eval $(call PKG_template,RPCBIND,rpcbind,$(PKG_VERSION)-${PKG_RELEASE},${PKG_D
TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/tirpc
CONFIGURE_ARGS+= --disable-libwrap \
+ --without-systemdsystemunitdir \
--with-rpcuser=root
rpcbind-install: