Browse Source

update to latest upstream version

Waldemar Brodkorb 10 years ago
parent
commit
0ef6c38911
1 changed files with 4 additions and 5 deletions
  1. 4 5
      package/rpcbind/Makefile

+ 4 - 5
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: