~ruther/guix-local

0e40b75506bf189d44d633fae5d3fe2cc13d62f6 — Alex Sassmannshausen 9 years ago 4cd1d1c
gnu: php: Add '--with-mysqli' configure option.

* gnu/packages/php.scm: Add '--with-mysqli' configure option.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/php.scm
M gnu/packages/php.scm => gnu/packages/php.scm +1 -0
@@ 119,6 119,7 @@
               ;; extension of php.
               "--with-iconv"
               "--with-openssl"
               "--with-mysqli"          ; Required for, e.g. wordpress
               "--with-pdo-mysql"
               "--with-zlib"
               "--enable-calendar"