From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: New --with-libgcrypt-libdir option Date: Sat, 17 May 2014 16:25:44 +0200 Message-ID: <87iop432jb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlfYj-0008OO-8Y for guix-devel@gnu.org; Sat, 17 May 2014 10:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlfYZ-0007Bf-O7 for guix-devel@gnu.org; Sat, 17 May 2014 10:25:57 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlfYZ-0007BT-6I for guix-devel@gnu.org; Sat, 17 May 2014 10:25:47 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0B0082940 for ; Sat, 17 May 2014 16:25:45 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QoWphkbJ41JF for ; Sat, 17 May 2014 16:25:44 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B4E2E2344 for ; Sat, 17 May 2014 16:25:44 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel So far there was only a --with-libgcrypt-prefix configure option, and from that prefix we would derive libgcrypt=E2=80=99s libdir to be $prefix/l= ib. However, that didn=E2=80=99t work with the multi-arch layout used on Debian= and derivatives, where libdir is $prefix/x86_64-linux-gnu/lib (or similar.) To address that, commit 14af289 adds --with-libgcrypt-libdir. People using these distros can use that flag to point to the right place. Let me know if it works for you! Ludo=E2=80=99.