diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-09-25 18:36:31 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-26 12:13:18 +0200 |
commit | 8eb76d4bd14d40aa9f55a2e31968b6d01af8a0f5 (patch) | |
tree | 188a92d8f7c233efa46e50aa43deda69a6119a0a | |
parent | a328d90a4c2c03da66cf38209cfcd0afb03375b7 (diff) | |
download | aports-8eb76d4bd14d40aa9f55a2e31968b6d01af8a0f5.tar.gz aports-8eb76d4bd14d40aa9f55a2e31968b6d01af8a0f5.tar.bz2 aports-8eb76d4bd14d40aa9f55a2e31968b6d01af8a0f5.tar.xz |
main/lxc: add init.lxc.static
this is needed for lxc-execute to work
add libcap-static to makedepends
fixes #10821
-rw-r--r-- | main/lxc/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index c418db3f9eb..fe60945a5a5 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -5,13 +5,14 @@ pkgname=lxc pkgver=3.1.0 _pkgver=${pkgver/_rc/.rc} -pkgrel=2 +pkgrel=3 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 |