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: libxml2: Fixed cross-compilation. Date: Sat, 14 Dec 2013 22:13:03 +0100 Message-ID: <87wqj7rva8.fsf@gnu.org> References: <1387044317-6686-1-git-send-email-john@darrington.wattle.id.au> 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]:35501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwWf-0003NB-Qb for guix-devel@gnu.org; Sat, 14 Dec 2013 16:13:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrwWZ-00070s-M7 for guix-devel@gnu.org; Sat, 14 Dec 2013 16:13:29 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:4780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwWZ-00070k-D2 for guix-devel@gnu.org; Sat, 14 Dec 2013 16:13:23 -0500 In-Reply-To: <1387044317-6686-1-git-send-email-john@darrington.wattle.id.au> (John Darrington's message of "Sat, 14 Dec 2013 19:05:17 +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: > * gnu/packages/xml.scm (libxml2): [(eq? (%current-target-system) #f)] ass= ign "cross-libc" > to the variable glibc Pushed with minor formatting adjustments, thanks! Ludo=E2=80=99.