me
/
guix
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.
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -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