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.
This commit is contained in:
Cy Schubert 2016-12-28 20:33:04 +00:00
parent cfa81d27d7
commit 03f04367fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429824
7 changed files with 7 additions and 0 deletions

View file

@ -68,6 +68,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
.if ${PORT_OPTIONS:MMYSQL}
USES+= mysql
BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL.
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT}
LDFLAGS+= -L${LOCALBASE}/lib/mysql

View file

@ -71,6 +71,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
.if ${PORT_OPTIONS:MMYSQL}
USES+= mysql
BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL.
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT}
LDFLAGS+= -L${LOCALBASE}/lib/mysql

View file

@ -72,6 +72,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
.if ${PORT_OPTIONS:MMYSQL}
USES+= mysql
BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL.
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT}
LDFLAGS+= -L${LOCALBASE}/lib/mysql

View file

@ -57,6 +57,7 @@ PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
MYSQL_USES= mysql
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

View file

@ -58,6 +58,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

View file

@ -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

View file

@ -62,6 +62,7 @@ PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
MYSQL_USES= mysql
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