mariadb: drop PKG_TOOLCHAIN hardcoding - already defaults to cmake

This commit is contained in:
Rudi Heitbaum 2024-01-13 23:32:02 +00:00
parent 2cb921961a
commit 6ed7798993

View File

@ -12,7 +12,6 @@ PKG_DEPENDS_HOST="toolchain:host ncurses:host openssl:host"
PKG_DEPENDS_TARGET="toolchain binutils boost bzip2 libaio libfmt libxml2 lz4 lzo ncurses openssl pcre2 systemd zlib mariadb:host"
PKG_SHORTDESC="MariaDB is a community-developed fork of the MySQL."
PKG_LONGDESC="MariaDB (${PKG_VERSION}) is a fast SQL database server and a drop-in replacement for MySQL."
PKG_TOOLCHAIN="cmake"
PKG_BUILD_FLAGS="-gold -sysroot"
PKG_IS_ADDON="yes"