[arch-commits] Commit in rpcbind/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Thu Jan 12 16:56:09 UTC 2012
Date: Thursday, January 12, 2012 @ 11:56:09
Author: tpowa
Revision: 146536
upgpkg: rpcbind 0.2.0-6
added FS#27326
Modified:
rpcbind/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-01-12 16:40:12 UTC (rev 146535)
+++ PKGBUILD 2012-01-12 16:56:09 UTC (rev 146536)
@@ -3,7 +3,7 @@
pkgname=rpcbind
pkgver=0.2.0
-pkgrel=5
+pkgrel=6
pkgdesc="portmap replacement which supports RPC over various protocols"
arch=(i686 x86_64)
depends=('bash' 'glibc' 'libtirpc')
@@ -21,7 +21,7 @@
cd $srcdir/$pkgname-$pkgver
# patch for iana services file
patch -Np1 -i ../rpcbind-sunrpc.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
make
}
More information about the arch-commits
mailing list