From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwsU5-0005zS-5a for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwsU2-0000uI-3m for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwsU2-0000uE-1V for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwsU1-0003jb-SL for guix-patches@gnu.org; Sat, 08 Apr 2017 11:41:01 -0400 Subject: bug#26403: [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwsT5-0005rZ-1i for guix-patches@gnu.org; Sat, 08 Apr 2017 11:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwsT2-0000Q9-SA for guix-patches@gnu.org; Sat, 08 Apr 2017 11:40:03 -0400 Received: from mail-wr0-x22f.google.com ([2a00:1450:400c:c0c::22f]:34468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwsT2-0000Pp-LM for guix-patches@gnu.org; Sat, 08 Apr 2017 11:40:00 -0400 Received: by mail-wr0-x22f.google.com with SMTP id t20so125146736wra.1 for ; Sat, 08 Apr 2017 08:40:00 -0700 (PDT) From: alex.sassmannshausen@gmail.com Date: Sat, 8 Apr 2017 17:39:25 +0200 Message-Id: <20170408153926.12629-2-alex@pompo.co> In-Reply-To: <20170408153926.12629-1-alex@pompo.co> References: <20170408153926.12629-1-alex@pompo.co> 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: 26403@debbugs.gnu.org Cc: Alex Sassmannshausen From: Alex Sassmannshausen * gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7. --- gnu/packages/php.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 071820ecb..3537a8e97 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -130,8 +130,7 @@ "--enable-inifile" "--enable-mbstring" "--enable-pcntl" - "--enable-sockets" - "--enable-threads")) + "--enable-sockets")) #:phases (modify-phases %standard-phases (add-after 'unpack 'do-not-record-build-flags -- 2.12.2