summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-11-01 14:17:24 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-11-01 14:19:17 +0200
commit97acc1924aeab37ac145082102cc83eacc76d6b1 (patch)
tree69212af9293b879d55ecbcaf1656771384c2b6ad /app-containers
parentsys-fs/lxcfs: define and fix --localstatedir (diff)
downloadgentoo-97acc1924aeab37ac145082102cc83eacc76d6b1.tar.gz
gentoo-97acc1924aeab37ac145082102cc83eacc76d6b1.tar.bz2
gentoo-97acc1924aeab37ac145082102cc83eacc76d6b1.zip
app-containers/lxc: define and fix --localstatedir
Closes: https://bugs.gentoo.org/878603 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/lxc/lxc-5.0.1-r2.ebuild (renamed from app-containers/lxc/lxc-5.0.1-r1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-containers/lxc/lxc-5.0.1-r1.ebuild b/app-containers/lxc/lxc-5.0.1-r2.ebuild
index f4714bf4705c..4f9e7b7de868 100644
--- a/app-containers/lxc/lxc-5.0.1-r1.ebuild
+++ b/app-containers/lxc/lxc-5.0.1-r2.ebuild
@@ -76,6 +76,8 @@ pkg_setup() {
src_configure() {
local emesonargs=(
+ --localstatedir "${EPREFIX}/var"
+
-Dcoverity-build=false
-Doss-fuzz=false