From 1fa6abc1c6926586c51eee7ce8190e38bc33ff43 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Jan 2020 17:29:26 +0300 Subject: Release version 8.0.15+8 Disable static builds since implementation uses C++ and requires special linking steps --- libmysqlclient/manifest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libmysqlclient/manifest b/libmysqlclient/manifest index 75f56d6..299f530 100644 --- a/libmysqlclient/manifest +++ b/libmysqlclient/manifest @@ -3,7 +3,7 @@ name: libmysqlclient # Note: remember to update doc-url below! # -version: 8.0.15+7 +version: 8.0.15+8 project: mysql summary: MySQL C API client library @@ -17,7 +17,9 @@ package-url: https://git.build2.org/cgit/packaging/mysql/ email: mysql@lists.mysql.com ; Mailing list. package-email: packaging@build2.org ; Mailing list. build-error-email: builds@build2.org -builds: all : -( +windows &gcc ) ; MinGW GCC is not supported. +builds: all +builds: -( +windows &gcc ) ; MinGW GCC is not supported. +builds: -static ; Implementation uses C++ and requires special linking steps. depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 depends: libz >= 1.2.1100 -- cgit v1.1