diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-15 12:56:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-15 12:57:19 +0200 |
commit | 12117c47fa424fbb41fd105434e0b80f0f3cac62 (patch) | |
tree | fb14b65515c6bd83f78a0d7cc2d01f25c63a531c /package/rpcbind/Makefile | |
parent | db6f6a55f2bd33da96f2d4ad50ce32e7c5b9e5d5 (diff) |
fix rpcbind startup
Diffstat (limited to 'package/rpcbind/Makefile')
-rw-r--r-- | package/rpcbind/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |