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 @@
|
||||||
"--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
|
||||||
|
|
Reference in a new issue