summaryrefslogtreecommitdiff
path: root/libmysqlclient/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-12-05 13:47:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-12-05 13:47:20 +0300
commit0f00acbca40c056dcbba89423ac88dd819d222d9 (patch)
treebc17a4a44aa651d0cb647ecca2f318646fb21e8d /libmysqlclient/manifest
parentab06271eef2a9d595481c98cdad7e5219bf76067 (diff)
Release version 8.0.15+12v8.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).
Diffstat (limited to 'libmysqlclient/manifest')
-rw-r--r--libmysqlclient/manifest6
1 files changed, 3 insertions, 3 deletions
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