emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26403: closed ([PATCH 1/2] gnu: php: Remove '--ena


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26403: closed ([PATCH 1/2] gnu: php: Remove '--enable-threads' configure option.)
Date: Sat, 13 May 2017 13:03:02 +0000

Your message dated Sat, 13 May 2017 15:01:59 +0200
with message-id <address@hidden>
and subject line Re: bug#26405: Acknowledgement ([PATCH 0/2] Tweaks to the PHP 
package.)
has caused the debbugs.gnu.org bug report #26405,
regarding [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26405: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26405
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option. Date: Sat, 8 Apr 2017 17:39:25 +0200
From: Alex Sassmannshausen <address@hidden>

* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26405: Acknowledgement ([PATCH 0/2] Tweaks to the PHP package.) Date: Sat, 13 May 2017 15:01:59 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Pushed to master.

GNU bug Tracking System writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  address@hidden
>
> If you wish to submit further information on this problem, please
> send it to address@hidden
>
> Please do not send mail to address@hidden unless you wish
> to report a problem with the Bug-tracking system.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]