[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26404: [PATCH 2/2] gnu: php: Add '--with-mysqli' configure option.
From: |
alex . sassmannshausen |
Subject: |
bug#26404: [PATCH 2/2] gnu: php: Add '--with-mysqli' configure option. |
Date: |
Sat, 8 Apr 2017 17:39:26 +0200 |
From: Alex Sassmannshausen <address@hidden>
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
---
gnu/packages/php.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 3537a8e97..4bc301161 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"
--
2.12.2