diff options
author | Juergen Daubert <jue@jue.li> | 2013-09-02 21:15:03 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-09-02 21:15:03 +0200 |
commit | 6d677e491827c20c86345a5bb8019d83ad4fcbe2 (patch) | |
tree | 0e051d4a589c0ac1b56b79020bc8a1fef00ac9b4 /rpcbind | |
parent | bc8684eeb68e9fe1d56705471b20ca6ba56d704b (diff) | |
download | opt-6d677e491827c20c86345a5bb8019d83ad4fcbe2.tar.gz opt-6d677e491827c20c86345a5bb8019d83ad4fcbe2.tar.xz |
rpcbind: explicit set rpcuser to go around a bug in configure.ac
Upstream commit:
http://git.infradead.org/users/steved/rpcbind.git/commitdiff/b3b031b07cc5909aaf964f9d4cf46f6097769320
Diffstat (limited to 'rpcbind')
-rw-r--r-- | rpcbind/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index abc36c702..543de8bcc 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.tar.bz2 \ 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 |