From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4aoZ-0002uS-4t for guix-patches@gnu.org; Sat, 29 Apr 2017 18:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4aoV-0007jW-Rr for guix-patches@gnu.org; Sat, 29 Apr 2017 18:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48539) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d4aoV-0007jR-O0 for guix-patches@gnu.org; Sat, 29 Apr 2017 18:26:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d4aoU-0006RA-2K for guix-patches@gnu.org; Sat, 29 Apr 2017 18:26:03 -0400 Subject: bug#26582: [PATCH] gnu: pcre: Fix Check for Hurd systems. Resent-Message-ID: Date: Sat, 29 Apr 2017 17:25:46 -0500 From: rennes References: <2ExjL3FnTH2ActBCbOgZRN@lTC1VtRxjDOEtGzP2P9M4> <87efwkjdl0.fsf@gnu.org> In-Reply-To: <87efwkjdl0.fsf@gnu.org> (from ludo@gnu.org on Sat Apr 22 17:13:15 2017) Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26582@debbugs.gnu.org Hello Ludovic, >=20 > I would expect the =E2=80=98configure=E2=80=99 phase in (guix build gnu-b= uild-system) =20 > to > already pass those flags, no? (If that is the case we could keep > #:configure-flags instead of replacing the =E2=80=98configure=E2=80=99 ph= ase.) >=20 I am a little confused! I am replacing the Configure phase to set =20 "--disable-stack-for-recursion", which only applies to Hurd. Or is there another way to do it, without replacing Configure?=