From 0f00acbca40c056dcbba89423ac88dd819d222d9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Dec 2023 13:47:20 +0300 Subject: Release version 8.0.15+12 Define HAVE_STRLCAT on Linux if GNU libc is 2.38 or newer. Fix link order so that libraries are linked after all object files. Switch to using -pthread instead of -D_REENTRANT/-lpthread in buildfiles and bump build2 version requirement to 0.15.0. Use legal{} target type for legal documentation (LICENSE, etc). --- libmysqlclient/manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmysqlclient/manifest') diff --git a/libmysqlclient/manifest b/libmysqlclient/manifest index 00bbf30..0707937 100644 --- a/libmysqlclient/manifest +++ b/libmysqlclient/manifest @@ -3,7 +3,7 @@ name: libmysqlclient # Note: remember to update doc-url below! # -version: 8.0.15+11 +version: 8.0.15+12 project: mysql summary: MySQL C API client library @@ -21,8 +21,8 @@ builds: all builds: -wasm 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: * build2 >= 0.15.0 +depends: * bpkg >= 0.15.0 depends: libz ^1.2.1100 depends: libcrypto ^1.1.1 depends: libssl ^1.1.1 -- cgit v1.1