summaryrefslogtreecommitdiff
path: root/dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild')
-rw-r--r--dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild b/dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild
index 1a7c40ef0f55..cf19b9c403dd 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.10.1.ebuild
@@ -47,6 +47,10 @@ src_configure() {
-DPREFER_EXTERNAL_ZLIB=ON
-DPREFER_EXTERNAL_ZSTD=ON
+ # force regular zlib, zlib-ng support is broken anyway
+ # https://bugs.gentoo.org/911566
+ -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB_NG=ON
+
# upstream overrides CMAKE_C_FLAGS, preventing ${CFLAGS} defaults
# from applying, https://github.com/Blosc/c-blosc2/issues/433
-DCMAKE_C_FLAGS="${CFLAGS}"