diff options
author | cy <cy@FreeBSD.org> | 2016-12-29 04:33:04 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-12-29 04:33:04 +0800 |
commit | 18f959ac60167ec88be44af5ef157fbd6c9d3665 (patch) | |
tree | 7233dc79d4989e0c35d3b55ef5a5fde99da7c2d6 /sysutils/cfengine38 | |
parent | 7c7699c84a41460296ef84384ac130fd4a328f4e (diff) | |
download | freebsd-ports-gnome-18f959ac60167ec88be44af5ef157fbd6c9d3665.tar.gz freebsd-ports-gnome-18f959ac60167ec88be44af5ef157fbd6c9d3665.tar.zst freebsd-ports-gnome-18f959ac60167ec88be44af5ef157fbd6c9d3665.zip |
Flag cfengine family of ports broken when mysql option is enabled:
configure:13254: error: MySQL client library exports symbols clashing
with OpenSSL. Get the update from distribution provider,
recompile MySQL library or disable MySQL connector.
See http://bugs.mysql.com/bug.php?id=65055 for details.
Diffstat (limited to 'sysutils/cfengine38')
-rw-r--r-- | sysutils/cfengine38/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cfengine38/Makefile b/sysutils/cfengine38/Makefile index 2d5bb7acf08c..273eb986c0cd 100644 --- a/sysutils/cfengine38/Makefile +++ b/sysutils/cfengine38/Makefile @@ -59,6 +59,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} MYSQL_USE= MYSQL=yes +MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql |