From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTYua-0007n8-5R for guix-patches@gnu.org; Thu, 14 Jun 2018 16:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTYuZ-0006Rt-BK for guix-patches@gnu.org; Thu, 14 Jun 2018 16:32:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40619) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTYuZ-0006RU-6s for guix-patches@gnu.org; Thu, 14 Jun 2018 16:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTYuY-0003DS-F5 for guix-patches@gnu.org; Thu, 14 Jun 2018 16:32:03 -0400 Subject: [bug#31802] [PATCH] gnu: ldb: Fix build on 32-bit systems. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180612175533.26630-1-mbakke@fastmail.com> Date: Thu, 14 Jun 2018 22:31:27 +0200 In-Reply-To: <20180612175533.26630-1-mbakke@fastmail.com> (Marius Bakke's message of "Tue, 12 Jun 2018 19:55:33 +0200") Message-ID: <8736xpyusg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Marius Bakke Cc: 31802@debbugs.gnu.org Marius Bakke skribis: > * guix/utils.scm (target-64bit?): New procedure. > * gnu/packages/samba.scm (ldb)[inputs]: Only add LMDB on 64-bit systems. > [arguments]: Make #:tests? conditional on LMDB availability. LGTM, thanks! Ludo'.