From d41ff4b887da659cf5219e4e265be117d95e07cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= <mps@arvanta.net> Date: Wed, 25 Sep 2019 18:19:48 +0200 Subject: [PATCH] main/lxc: add init.lxc.static this is needed for lxc-execute to work add libcap-static to makedepends fixes #10821 --- main/lxc/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index a416e4ad3bcf..012b51357fa8 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -4,13 +4,14 @@ pkgname=lxc pkgver=3.2.1 _pkgver=${pkgver/_rc/.rc} -pkgrel=0 +pkgrel=1 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" license="GPL" makedepends=" libcap-dev + libcap-static libseccomp-dev linux-pam-dev linux-headers -- GitLab