aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine321
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-28 16:48:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 18:24:39 +0000
commitee6c86aea577dec2643f6a9915033feda7f67e26 (patch)
tree36f2f4b966bacb640b14648c3bf90ee926a6c177 /sysutils/cfengine321
parent3d426c920c8a95998ff4fa5b80012055788905cf (diff)
Diffstat (limited to 'sysutils/cfengine321')
-rw-r--r--sysutils/cfengine321/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine321/Makefile b/sysutils/cfengine321/Makefile
index 2df5fedc6105..8b331dbdf430 100644
--- a/sysutils/cfengine321/Makefile
+++ b/sysutils/cfengine321/Makefile
@@ -57,11 +57,11 @@ PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
PGSQL_CONFIGURE_OFF= --without-postgresql
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_CONFIGURE_OFF= --without-mysql
MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT}
MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql
+MYSQL_VARS= IGNORE_WITH_MYSQL="57"
LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE}
LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt