1982bb7ff2
This version of MariaDB is being released now to fix the following two regressions: Table alias from previous statement interferes later commands (MDEV-25672) Join using derived with aggregation returns incorrect results (MDEV-25714)
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/07/24 10:10:03 nia Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
COMMENT= MariaDB 10.5, a free MySQL compatible database (client)
|
|
|
|
CONFLICTS= mysql-client-[0-9]*
|
|
|
|
.include "Makefile.common"
|
|
|
|
CMAKE_ARGS+= -DWITHOUT_SERVER=ON
|
|
|
|
INSTALL_DIRS+= client include libmariadb man scripts
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|