Archived
1
0
Fork 0

gnu: php: Remove '--enable-threads' configure option.

* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as
  it is no longer recognized in PHP 7.
This commit is contained in:
Alex Sassmannshausen 2017-04-08 17:26:15 +02:00
parent a742becd6c
commit 4cd1d1c12e
No known key found for this signature in database
GPG key ID: 8BC4F4476E8A8E00

View file

@ -130,8 +130,7 @@
"--enable-inifile" "--enable-inifile"
"--enable-mbstring" "--enable-mbstring"
"--enable-pcntl" "--enable-pcntl"
"--enable-sockets" "--enable-sockets"))
"--enable-threads"))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'do-not-record-build-flags (add-after 'unpack 'do-not-record-build-flags