libtirpc: move·path·for·rpcbind.sock·to·/run

This commit is contained in:
Juergen Daubert 2022-02-20 18:18:10 +01:00
parent 9a01072768
commit 57d228ac73
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqsIhaXVw0grDfyTJCD3k3fyK0Bce+21n6gdExBnTi3yClo0LUEL+5gBk1jvJaCe1K5tmUo10jUA9Sqani3FFsQQ=
SHA256 (Pkgfile) = 8056f732f8bd3d0afacb55ba1e8b9268518496a760cb81e4d8acb36cd63ece1a
RWRJc1FUaeVeqrPHOEsoArRJUvO3et6yRwUFG/P4lbzyrGVtn4i24HwFhLmEIzqCLkwOwpwlLbmuOVswiv2715I7qIsQw+1ijwY=
SHA256 (Pkgfile) = ad21b57b7f71c9d1aa89090098fbe088d06bc2fe2ead093313b6979ff13d5140
SHA256 (.footprint) = dfffa90037e87e2954aec95c896e466e6be48fc6a8e9bc80b72d6aab0b64bdd7
SHA256 (libtirpc-1.3.2.tar.bz2) = e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd

View File

@ -4,12 +4,15 @@
name=libtirpc
version=1.3.2
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
release=2
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
# move path for rpcbind.sock to /run
sed 's|/var/run|/run|' -i tirpc/rpc/rpcb_prot.h
./configure \
--prefix=/usr \
--sysconfdir=/etc \