mariadb-10.0: disable various CONNECT options

Prevents various opportunistic linking (or trying to)

Closes: https://trac.macports.org/ticket/61271
This commit is contained in:
Michael Dickens
2020-10-06 21:05:32 -04:00
parent 26f8019245
commit ca8037596c
+7 -2
View File
@@ -13,7 +13,7 @@ set version_branch [join [lrange [split ${version} .] 0 1] .]
# Please set revision_client and revision_server to 0 if you bump
# version; these can be changed independently for the 2 subports, but
# can be changed at the same time if that's what's required.
set revision_client 0
set revision_client 1
set revision_server 1
categories databases
platforms darwin
@@ -106,7 +106,12 @@ if {$subport eq $name} {
-DWITH_READLINE:BOOL=ON \
-DWITH_LIBWRAP:BOOL=ON \
-DWITH_SSL:STRING=no \
-DMYSQL_MAINTAINER_MODE:STRING=AUTO
-DMYSQL_MAINTAINER_MODE:STRING=AUTO \
-DCONNECT_WITH_JDBC=OFF \
-DCONNECT_WITH_LIBXML2=OFF \
-DCONNECT_WITH_MONGO=OFF \
-DCONNECT_WITH_ODBC=OFF \
-DCONNECT_WITH_REST=OFF
post-build {
set dirs ${cmake.build_dir}