mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30767 Signed-off-by: Sam James <sam@gentoo.org>
19 lines
732 B
Diff
19 lines
732 B
Diff
# conflicts with dev-db/mariadb
|
|
diff --git a/plugins/compress/CMakeLists.txt b/plugins/compress/CMakeLists.txt
|
|
index f6dab85..7ace926 100644
|
|
--- a/plugins/compress/CMakeLists.txt
|
|
+++ b/plugins/compress/CMakeLists.txt
|
|
@@ -11,13 +11,3 @@ REGISTER_PLUGIN(TARGET zlib
|
|
DEFAULT STATIC
|
|
SOURCES ${COMPRESS_PLUGIN_DIR}/c_zlib.c)
|
|
|
|
-#zstd compression
|
|
-IF(${ZSTD_FOUND})
|
|
- INCLUDE_DIRECTORIES(${ZSTD_INCLUDE_DIRS})
|
|
- REGISTER_PLUGIN(TARGET zstd
|
|
- TYPE MARIADB_CLIENT_COMPRESSION_PLUGIN
|
|
- CONFIGURATIONS DYNAMIC STATIC OFF
|
|
- DEFAULT DYNAMIC
|
|
- SOURCES ${COMPRESS_PLUGIN_DIR}/c_zstd.c
|
|
- LIBRARIES ${ZSTD_LIBRARIES})
|
|
-ENDIF()
|