From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DD41158086 for ; Sun, 24 Oct 2021 07:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D5C6E0833; Sun, 24 Oct 2021 07:54:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60728E0833 for ; Sun, 24 Oct 2021 07:54:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F0E73433E6 for ; Sun, 24 Oct 2021 07:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24118F for ; Sun, 24 Oct 2021 07:54:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635062038.1ec92b8e120f36075e036fca954a21d1560de6ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lxcfs/lxcfs-4.0.11.ebuild X-VCS-Directories: sys-fs/lxcfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ec92b8e120f36075e036fca954a21d1560de6ca X-VCS-Branch: master Date: Sun, 24 Oct 2021 07:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02b15958-beca-4aeb-a192-c089824e6d12 X-Archives-Hash: 6d95a4812c7bb656ee0442949a47063e commit: 1ec92b8e120f36075e036fca954a21d1560de6ca Author: Sam James gentoo org> AuthorDate: Sun Oct 24 07:53:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 07:53:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec92b8e sys-fs/lxcfs: append LFS flags (fix x86 support) Closes: https://bugs.gentoo.org/819762 Signed-off-by: Sam James gentoo.org> sys-fs/lxcfs/lxcfs-4.0.11.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild index b351821cc74..687b1c351bb 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools systemd verify-sig +inherit autotools flag-o-matic systemd verify-sig DESCRIPTION="FUSE filesystem for LXC" HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ https://github.com/lxc/lxcfs/" @@ -30,6 +30,9 @@ src_prepare() { } src_configure() { + # Needed for x86 support, bug #819762 + append-lfs-flags + # Without the localstatedir the filesystem isn't mounted correctly # Without with-distro ./configure will fail when cross-compiling econf --localstatedir=/var --with-distro=gentoo --disable-static