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/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlclient/buildfile') diff --git a/libmysqlclient/buildfile b/libmysqlclient/buildfile index 53e3e39..fc7acee 100644 --- a/libmysqlclient/buildfile +++ b/libmysqlclient/buildfile @@ -1,7 +1,7 @@ # file : buildfile # license : GPLv2 with Universal FOSS Exception; see accompanying LICENSE file -./: {*/ -build/} doc{LICENSE INSTALL README} manifest +./: {*/ -build/} doc{INSTALL README} legal{LICENSE} manifest # Don't install tests or the INSTALL file. # -- cgit v1.1