Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / lxc


Commits:
9e0b5afb by Sergej Pupykin at 2024-04-28T23:46:50+03:00
upgpkg: 1:6.0.0-4
https://gitlab.archlinux.org/archlinux/packaging/packages/lxc/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lxc
        pkgdesc = Linux Containers
        pkgver = 6.0.0
-       pkgrel = 3
+       pkgrel = 4
        epoch = 1
        url = https://linuxcontainers.org
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 pkgname=lxc
 epoch=1
 pkgver=6.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org";
@@ -41,7 +41,10 @@ prepare() {
 
 build() {
   cd "$pkgname-${pkgver/_/-}"
-  arch-meson build -Dtools=false -Dtools-multicall=true
+  # https://gitlab.archlinux.org/archlinux/packaging/packages/lxc/-/issues/1
+  # lxd conflicts with tools-multicall
+#  arch-meson build -Dtools=false -Dtools-multicall=true
+  arch-meson build -Dtools=true -Dtools-multicall=false
   meson compile -C build -v
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxc/-/commit/9e0b5afb5576199f623bbbceaf4267fd70b10053

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxc/-/commit/9e0b5afb5576199f623bbbceaf4267fd70b10053
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to