* [ptxdist] [PATCH v2] php5: MySQL is no longer broken
@ 2017-05-29 12:18 Bastian Stender
0 siblings, 0 replies; only message in thread
From: Bastian Stender @ 2017-05-29 12:18 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Stender
Since 875ab2e43 ("mySQL: exhume a gone package by updating it to a new
release") MySQL is supported again.
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
Changes since v1:
- add missing select
- handle MySQL/MariaDB choice in separate patch
rules/php5.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rules/php5.in b/rules/php5.in
index d2f7baa8c..2266fee85 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -11,6 +11,7 @@ menuconfig PHP5
select LIBXML2_DTD if PHP5_XML_LIBXML2
select LIBXML2_XINCLUDE if PHP5_XML_LIBXML2
select LIBXSLT if PHP5_XML_LIBXML2_XSLT
+ select MYSQL if PHP5_EXT_MYSQL
select PHP5_XML if PHP5_EXT_SOAP
select XMLRPC_C if PHP5_XML_LIBXML2_XMLRPC
select SQLITE if PHP5_EXT_SQLITE3
@@ -245,8 +246,6 @@ config PHP5_EXT_CURL
config PHP5_EXT_MYSQL
bool
- # mysql was removed
- depends on BROKEN
prompt "mysql"
help
Enable MySQL database support for PHP.
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-05-29 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29 12:18 [ptxdist] [PATCH v2] php5: MySQL is no longer broken Bastian Stender
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox