From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyFvW-0004rI-3U for guix-patches@gnu.org; Wed, 12 Apr 2017 06:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyFvT-0000Sv-A6 for guix-patches@gnu.org; Wed, 12 Apr 2017 06:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyFvT-0000Sr-6n for guix-patches@gnu.org; Wed, 12 Apr 2017 06:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyFvS-000201-Ve for guix-patches@gnu.org; Wed, 12 Apr 2017 06:55:02 -0400 Subject: bug#26462: [PATCH 2/2] gnu: icecat: Use system ICU. Resent-Message-ID: From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Wed, 12 Apr 2017 12:53:25 +0200 Message-Id: <20170412105325.8099-2-clement@lassieur.org> In-Reply-To: <20170412105325.8099-1-clement@lassieur.org> References: <20170412105325.8099-1-clement@lassieur.org> 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: 26462@debbugs.gnu.org * gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove comment for "--with-system-icu". --- gnu/packages/gnuzilla.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 4a2e784ee..a6c1a07cf 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -509,11 +509,7 @@ standards.") "--with-system-jpeg" ; must be libjpeg-turbo "--with-system-libevent" "--with-system-libvpx" - - ;; FIXME: It is preferable to build with system - ;; libraries, but this fixes crashes. - ;; "--with-system-icu" - + "--with-system-icu" "--with-system-nspr" "--with-system-nss" "--enable-system-pixman" -- 2.12.2