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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user