From eefecc8813e0c062a2058b33209cb30830f824b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jan 2012 23:15:04 +0000 Subject: Thu Jan 19 23:15:03 UTC 2012 --- core/rpcbind/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/rpcbind') diff --git a/core/rpcbind/PKGBUILD b/core/rpcbind/PKGBUILD index e8052e1c3..e4ef1f876 100644 --- a/core/rpcbind/PKGBUILD +++ b/core/rpcbind/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142757 2011-11-14 20:23:15Z tpowa $ +# $Id: PKGBUILD 146812 2012-01-18 17:16:35Z tpowa $ # Maintainer: Tobias Powalowski 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 @@ build() { 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 } -- cgit v1.2.3-54-g00ecf