summaryrefslogtreecommitdiff
path: root/libmysqlclient/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-01-27 13:40:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-29 22:43:16 +0300
commit1e1e500657c4d7dae097c1196f78d4998d020554 (patch)
tree0c50dba7aeb0242a66a1b09fa0831963903fb557 /libmysqlclient/README-DEV
parent88f3a501993e862b616c4b243976af8d8e7a968b (diff)
Release version 8.0.15+7v8.0.15+7
Add zlib package dependency instead of bundling zlib
Diffstat (limited to 'libmysqlclient/README-DEV')
-rw-r--r--libmysqlclient/README-DEV9
1 files changed, 2 insertions, 7 deletions
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 <mysql/version.h> 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