From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: gnupg: Fix cross-compile issues. Date: Sun, 15 Dec 2013 22:24:53 +0100 Message-ID: <87haa9oli2.fsf@gnu.org> References: <20131215082427.GA5093@intra> <1387096745-5740-1-git-send-email-jmd@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]:40000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsJBM-00057K-79 for guix-devel@gnu.org; Sun, 15 Dec 2013 16:25:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsJBG-0004UK-US for guix-devel@gnu.org; Sun, 15 Dec 2013 16:25:00 -0500 In-Reply-To: <1387096745-5740-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Sun, 15 Dec 2013 09:39:05 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > From: John Darrington > > * gnu/packages/gnupg.scm (libgpg-error): Add gcc as a native input, > and set the CC_FOR_BUILD variable. > > * gnu/packages/gnupg.scm (libgcrypt): Add libgpg-error as a native input = and > set the --with-gpg-error-prefix configure option. > > * gnu/packages/gnupg.scm (libksba): Add libgpg-error as a native input and > set the --with-gpg-error-prefix configure option. Applied with comments, as noted in my previous message. Thanks! Ludo=E2=80=99.