openssl group: rebuild rpcbind

This commit is contained in:
Fabian 2013-07-19 23:46:32 +00:00
parent 2596d564d4
commit a85c7d70b7

View File

@ -6,7 +6,7 @@
pkgname=rpcbind pkgname=rpcbind
pkgver=0.2.0 pkgver=0.2.0
pkgrel=6 pkgrel=7
pkgdesc="portmap replacement which supports RPC over various protocols" pkgdesc="portmap replacement which supports RPC over various protocols"
arch=('x86_64') arch=('x86_64')
depends=('bash' 'glibc' 'libtirpc') depends=('bash' 'glibc' 'libtirpc')
@ -24,7 +24,7 @@ build() {
patch -p1 -i ../rpcbind-sunrpc.patch patch -p1 -i ../rpcbind-sunrpc.patch
./configure --prefix=/usr ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
make make
} }
package() { package() {