From 12117c47fa424fbb41fd105434e0b80f0f3cac62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 May 2014 12:56:25 +0200 Subject: fix rpcbind startup --- package/rpcbind/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/rpcbind') diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile index eeadb72ca..5defd860b 100644 --- a/package/rpcbind/Makefile +++ b/package/rpcbind/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= rpcbind PKG_VERSION:= 0.2.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 0a5f9c2142af814c55d957aaab3bcc68 PKG_DESCR:= converts RPC program numbers into universal addresses PKG_SECTION:= net/misc @@ -23,7 +23,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,RPCBIND,rpcbind,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/tirpc -CONFIGURE_ARGS+= --disable-libwrap +CONFIGURE_ARGS+= --disable-libwrap \ + --with-rpcuser=root rpcbind-install: $(INSTALL_DIR) $(IDIR_RPCBIND)/usr/bin -- cgit v1.2.3