mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 18:09:01 +08:00
openssl group: rebuild rpcbind
This commit is contained in:
parent
2596d564d4
commit
a85c7d70b7
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user