ports/opt (3.0): rpcbind: explicit set rpcuser to go around a bug in configure.ac
commit 6d677e491827c20c86345a5bb8019d83ad4fcbe2 Author: Juergen Daubert <jue@jue.li> Date: Mon Sep 2 21:15:03 2013 +0200 rpcbind: explicit set rpcuser to go around a bug in configure.ac Upstream commit: http://git.infradead.org/users/steved/rpcbind.git/commitdiff/b3b031b07cc5909... diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index abc36c7..543de8b 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -5,7 +5,7 @@ name=rpcbind version=0.2.1 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version... \ rpcbind) @@ -14,7 +14,8 @@ build() { ./configure --prefix=/usr \ --bindir=/sbin \ --mandir=/usr/man \ - --enable-libwrap + --enable-libwrap \ + --with-rpcuser=root make make DESTDIR=$PKG install install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind
participants (1)
-
crux@crux.nu