mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/lxcfs to 5.0.1-2
This commit is contained in:
parent
df7ccb3bf8
commit
1515661f5c
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=lxcfs
|
||||
pkgver=5.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="FUSE filesystem for LXC"
|
||||
arch=(x86_64)
|
||||
url="https://linuxcontainers.org/"
|
||||
|
@ -16,12 +16,19 @@ depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
|
|||
makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
|
||||
options=('emptydirs' 'debug')
|
||||
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
|
||||
"lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch::https://bugs.archlinux.org/task/75498?getfile=21663"
|
||||
"lxcfs.service")
|
||||
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
|
||||
sha256sums=('1951b03155000311c7a2df17760554f1bb081015cfd0996304ac243b8e93dc81'
|
||||
'SKIP'
|
||||
'c2d7b4cd2abeffffb309a6e8277eb201b7f1a663ec6caee939d352dc0f435e59'
|
||||
'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
CPPFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||
|
|
Loading…
Reference in a new issue