From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0JLv-0001yz-Pc for guix-patches@gnu.org; Thu, 05 Oct 2017 23:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0JLr-0003DB-Gm for guix-patches@gnu.org; Thu, 05 Oct 2017 23:31:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43314) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0JLr-0003Cx-Ck for guix-patches@gnu.org; Thu, 05 Oct 2017 23:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0JLr-0004Kk-6b for guix-patches@gnu.org; Thu, 05 Oct 2017 23:31:03 -0400 Subject: [bug#28718] [PATCH] gnu: qemu: Add sysconfdir to configure-flags. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0JLW-0001hL-7z for guix-patches@gnu.org; Thu, 05 Oct 2017 23:30:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0JLR-00031h-A0 for guix-patches@gnu.org; Thu, 05 Oct 2017 23:30:42 -0400 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:33985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0JLR-00031V-1v for guix-patches@gnu.org; Thu, 05 Oct 2017 23:30:37 -0400 Received: by mail-lf0-x241.google.com with SMTP id h80so6232788lfe.1 for ; Thu, 05 Oct 2017 20:30:36 -0700 (PDT) Received: from magnolia (95-55-115-15.dynamic.avangarddsl.ru. [95.55.115.15]) by smtp.gmail.com with ESMTPSA id j71sm41725lfk.6.2017.10.05.20.30.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Oct 2017 20:30:34 -0700 (PDT) From: Oleg Pykhalov Date: Fri, 06 Oct 2017 06:30:34 +0300 Message-ID: <87mv552bs5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-qemu-Add-sysconfdir-to-configure-flags.patch Content-Description: [PATCH] gnu: qemu: Add sysconfdir to configure-flags. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28718@debbugs.gnu.org >From 371ba5aee9ef1412753fdb43230f107087f9651b Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Fri, 6 Oct 2017 06:24:58 +0300 Subject: [PATCH] gnu: qemu: Add sysconfdir to configure-flags. * gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags. --- gnu/packages/virtualization.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index a8e54d684..21fc7b784 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -111,6 +111,7 @@ "--disable-debug-info" ; save build space "--enable-virtfs" ; just to be sure ,(string-append "--prefix=" out) + ,(string-append "--sysconfdir=/tmp/etc") ,@configure-flags)))))) (add-after 'install 'install-info (lambda* (#:key inputs outputs #:allow-other-keys) -- 2.14.2