You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user