From 1e1e500657c4d7dae097c1196f78d4998d020554 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 27 Jan 2020 13:40:03 +0300 Subject: Release version 8.0.15+7 Add zlib package dependency instead of bundling zlib --- libmysqlclient/README-DEV | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'libmysqlclient/README-DEV') diff --git a/libmysqlclient/README-DEV b/libmysqlclient/README-DEV index dae02b1..f83016d 100644 --- a/libmysqlclient/README-DEV +++ b/libmysqlclient/README-DEV @@ -7,7 +7,7 @@ for auto-generated headers: $ ln -s ../upstream/LICENSE -$ ln -s ../../upstream/{extra/zlib,strings,vio,sql-common,sql,mysys,mysys_ssl,libbinlogevents,libmysql} \ +$ ln -s ../../upstream/{strings,vio,sql-common,sql,mysys,mysys_ssl,libbinlogevents,libmysql} \ mysql $ ln -s ../../upstream/include mysql/mysql @@ -18,11 +18,6 @@ impossible using the header-generating machinery. That's why we create mysql/mysql_version.h that includes that we auto-generate from upstream's mysql/mysql_version.h.in. -$ ln -s zlib/zconf.h.cmakein mysql/zconf.h.cmakein.orig - -Use mysql/zconf.h.cmakein.orig for creating mysql/zconf.h manually, -defining/undefining macros introduced with #cmakedefine. - $ ln -s libbinlogevents/binlog_config.h.cmake mysql/binlog_config.h.cmake.orig Use mysql/binlog_config.h.cmake.orig for creating mysql/binlog_config.h @@ -91,7 +86,7 @@ $ rpm2cpio community-mysql-devel-8.0.15-1.fc30.aarch64.rpm | cpio -idv ./usr/inc Deducing the source file set and compilation/linking options can probably be performed by analyzing the root and component-specific CMakeLists.txt files -(see libmysql/, zlib/, etc) and .cmake files under the upstream's cmake/ +(see libmysql/, etc) and .cmake files under the upstream's cmake/ subdirectory. In practice, however, you may also need to refer to cmake-generated flags.make files or, as a last resort, to see the actual compiler and linker command lines in the build log (see ../README-DEV for -- cgit v1.1