diff options
author | Alex Sassmannshausen <alex@pompo.co> | 2017-04-08 17:31:51 +0200 |
---|---|---|
committer | Alex Sassmannshausen <alex@pompo.co> | 2017-05-13 13:58:37 +0200 |
commit | 0e40b75506bf189d44d633fae5d3fe2cc13d62f6 (patch) | |
tree | 865ff97d65fece063dbb09ea02f0e6f4fe8cdba1 /gnu/packages/php.scm | |
parent | 4cd1d1c12e341a37aeb948bde97a59cacb37609c (diff) | |
download | gnu-guix-0e40b75506bf189d44d633fae5d3fe2cc13d62f6.tar gnu-guix-0e40b75506bf189d44d633fae5d3fe2cc13d62f6.tar.gz |
gnu: php: Add '--with-mysqli' configure option.
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index eeff2cee84..ab277ed973 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -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" |