diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-16 23:22:31 +0200 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-16 23:40:33 +0200 |
| commit | 7b872573074ef024d52cfa359f75fb46253748a5 (patch) | |
| tree | da3bb4d6e402e7eff788721baa607c77d5d04bc0 /dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch | |
| parent | 33ec8241c7b2e85c0ea2b96d560b7b8ba2350ca0 (diff) | |
| download | gentoo-7b872573074ef024d52cfa359f75fb46253748a5.tar.gz gentoo-7b872573074ef024d52cfa359f75fb46253748a5.tar.bz2 gentoo-7b872573074ef024d52cfa359f75fb46253748a5.zip | |
dev-db/mysql-connector-c: bump to v8.0.18
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch')
| -rw-r--r-- | dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch new file mode 100644 index 000000000000..af0b31e89a3e --- /dev/null +++ b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch @@ -0,0 +1,34 @@ +--- a/utilities/CMakeLists.txt ++++ b/utilities/CMakeLists.txt +@@ -110,21 +110,16 @@ MYSQL_ADD_EXECUTABLE(perror + DEPENDENCIES GenError + LINK_LIBRARIES mysys + ) +-IF(BUILD_BUNDLED_LZ4) +- MYSQL_ADD_EXECUTABLE(lz4_decompress +- lz4_decompress.cc +- COMPONENT Server +- LINK_LIBRARIES ${LZ4_LIBRARY} mysys +- ) +-ENDIF() +- +-IF(BUILD_BUNDLED_ZLIB OR NOT OPENSSL_EXECUTABLE_HAS_ZLIB) +- MYSQL_ADD_EXECUTABLE(zlib_decompress +- zlib_decompress.cc +- COMPONENT Server +- LINK_LIBRARIES ${ZLIB_LIBRARY} mysys +- ) +-ENDIF() ++MYSQL_ADD_EXECUTABLE(lz4_decompress ++ lz4_decompress.cc ++ COMPONENT Server ++ LINK_LIBRARIES ${LZ4_LIBRARY} mysys ++ ) ++MYSQL_ADD_EXECUTABLE(zlib_decompress ++ zlib_decompress.cc ++ COMPONENT Server ++ LINK_LIBRARIES ${ZLIB_LIBRARY} mysys ++ ) + + # All targets below belong to COMPONENT Server and depend on InnoDB. + IF(WITHOUT_SERVER) |
