Browse Source

mariadb: ensure columnstore engine is disabled

mariadb may detect boost libraries, if the latter has been built with
threads, date_time and chorno support, then it will enable the
columnstore engine, which fails to build.

Set PKG_RELEASE:=$(AUTORLEASE).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
e448917ad2
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/mariadb/Makefile

+ 2
- 1
utils/mariadb/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mariadb
PKG_VERSION:=10.6.4
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source
@ -36,6 +36,7 @@ MARIADB_SOCKET=/var/run/mysqld/mysqld.sock
MARIADB_DISABLE_ENGINES := \
cassandra \
columnstore \
example \
mroonga \
oqgraph \


Loading…
Cancel
Save