mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
a742becd6c
commit
4cd1d1c12e
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ (define-public php
|
|||
"--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
|
||||
|
|
Loading…
Reference in a new issue