3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
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

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