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: bridge-utils: Fix build system. Date: Thu, 07 May 2015 15:09:34 +0200 Message-ID: <87d22cr0tt.fsf@gnu.org> References: <87zj5g36xz.fsf@fsf.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]:48743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqLYa-0008LX-T7 for guix-devel@gnu.org; Thu, 07 May 2015 09:09:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqLYX-0002j0-MI for guix-devel@gnu.org; Thu, 07 May 2015 09:09:40 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqLYX-0002it-JZ for guix-devel@gnu.org; Thu, 07 May 2015 09:09:37 -0400 In-Reply-To: <87zj5g36xz.fsf@fsf.org> (David Thompson's message of "Thu, 07 May 2015 08:31:20 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From 7a7a10874ae8ffb34c9edcb021b579d6bf0a287c Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Wed, 6 May 2015 17:00:07 -0400 > Subject: [PATCH] gnu: bridge-utils: Fix build system. > > * gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation > error. Patch Makefile to fail in case of future compilation errors. Looks good; thanks! Ludo=E2=80=99.