Skip to content

Commit

Permalink
Add mariadb114 to MARIADB_VERSIONS_ALL
Browse files Browse the repository at this point in the history
Fixes "make" aborting if MYSQL_VERSION_DEFAULT=mariadb114
  • Loading branch information
abs committed Sep 3, 2024
1 parent 69e7e7a commit 383e4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/mysql.buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: mysql.buildlink3.mk,v 1.44 2024/08/21 21:10:34 nia Exp $
# $NetBSD: mysql.buildlink3.mk,v 1.45 2024/09/03 17:46:23 abs Exp $
#
# This file is included by packages that require some version of the
# MySQL database client.
Expand Down Expand Up @@ -38,7 +38,7 @@ _SYS_VARS.mysql= MYSQL_VERSION MYSQL_VERSION_REQD MYSQL_VERSIONS_ALL
#
# Set variables for all possible MySQL variants
#
MARIADB_VERSIONS_ALL+= mariadb1011 mariadb106 mariadb105
MARIADB_VERSIONS_ALL+= mariadb114 mariadb1011 mariadb106 mariadb105

MYSQL_VERSIONS_ALL= 80
MYSQL_VERSIONS_ALL+= ${MARIADB_VERSIONS_ALL}
Expand Down

0 comments on commit 383e4d2

Please sign in to comment.