summaryrefslogtreecommitdiffstats
path: root/mysql_xdevapi-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mysql_xdevapi-build.patch')
-rw-r--r--mysql_xdevapi-build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql_xdevapi-build.patch b/mysql_xdevapi-build.patch
deleted file mode 100644
index 74af55c..0000000
--- a/mysql_xdevapi-build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up ./config.m4.old ./config.m4
---- ./config.m4.old 2017-03-14 08:58:13.000000000 +0100
-+++ ./config.m4 2017-03-14 08:58:19.000000000 +0100
-@@ -22,6 +22,9 @@ PHP_ARG_ENABLE(mysql-xdevapi-message-cla
- [ --enable-mysql-xdevapi-message-classes
- Enable support for the experimental message classes in mysql-xdevapi], yes, no)
-
-+PHP_ARG_WITH(openssl, for OpenSSL support,
-+[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 1.0.1)])
-+
- dnl If some extension uses mysql-xdevapi it will get compiled in PHP core
- if test "$PHP_MYSQL_XDEVAPI" != "no" || test "$PHP_MYSQL_XDEVAPI_ENABLED" = "yes"; then
- PHP_REQUIRE_CXX