Skip to content

Commit

Permalink
net-mgmt/zabbix6-server: Fix mariadb opton
Browse files Browse the repository at this point in the history
Mariadb option failed to build properly.

PR:		262438
Fixes:		9d8cb8e
MFH:		2022Q2
  • Loading branch information
cschuber committed May 9, 2022
1 parent 42254d3 commit 35e739b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net-mgmt/zabbix6-server/Makefile
Expand Up @@ -79,12 +79,16 @@ UNIXODBC_DESC= Support for database checks via ODBC
LIBXML2_DESC= Support for libxml2 (required by monitoring VMware)

OPTIONS_SINGLE= DB SSL
OPTIONS_SINGLE_DB?= MYSQL PGSQL ORACLE
OPTIONS_SINGLE_DB?= MDB MYSQL PGSQL ORACLE
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS

MYSQL_CONFIGURE_WITH= mysql
MYSQL_CONFIGURE_ON= --with-mysql
MYSQL_USES+= compiler:c11 mysql:80

MDB_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config
MDB_USES+= compiler:c11 mysql:106m
MDB_DESC= Mariadb 10.6 database support

PGSQL_CONFIGURE_WITH= postgresql
PGSQL_USES+= pgsql

Expand Down

0 comments on commit 35e739b

Please sign in to comment.