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 543251382C5 for ; Mon, 1 Jun 2020 12:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86844E0922; Mon, 1 Jun 2020 12:47:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 701A2E0922 for ; Mon, 1 Jun 2020 12:47:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8668334F162 for ; Mon, 1 Jun 2020 12:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F9C426A for ; Mon, 1 Jun 2020 12:47:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591015594.c29d76ec44c5a81a96d99b32fe46cc1d889453f9.juippis@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.3.ebuild X-VCS-Directories: sys-fs/lxcfs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c29d76ec44c5a81a96d99b32fe46cc1d889453f9 X-VCS-Branch: master Date: Mon, 1 Jun 2020 12:47:47 +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: 41a2f7a0-f54b-4bc4-910c-dc003b047133 X-Archives-Hash: 7a3f496ec300e1306c67a9bbb9ee08a1 commit: c29d76ec44c5a81a96d99b32fe46cc1d889453f9 Author: Fergus Dall google com> AuthorDate: Wed Nov 20 04:32:34 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 1 12:46:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29d76ec sys-fs/lxcfs: Add "--with-distro=gentoo" to econf This is required for cross-compiling to work Closes: https://bugs.gentoo.org/700746 Signed-off-by: Fergus Dall google.com> Signed-off-by: Joonas Niilola gentoo.org> sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild index 2c44e836a2c..8d4d3457c61 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild @@ -32,7 +32,8 @@ src_prepare() { src_configure() { # Without the localstatedir the filesystem isn't mounted correctly - econf --localstatedir=/var + # Without with-distro ./configure will fail when cross-compiling + econf --localstatedir=/var --with-distro=gentoo } src_test() {