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.master
parent
a742becd6c
commit
4cd1d1c12e
|
@ -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
|
||||
|
|
Reference in New Issue