From 67224d68434851e7c478a06b8734fc9812599bc8 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 21 Apr 2024 00:46:42 +0200 Subject: [PATCH] Re #7387: turn off pkg-config flag for zlib --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index da088b8d..253aa73f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8581,6 +8581,11 @@ package-flags: # based on https://github.com/commercialhaskell/stackage/issues/7361 xxhash-ffi: pkg-config: false + + # See https://github.com/commercialhaskell/stackage/issues/7387 + zlib: + pkg-config: false + # end of package-flags # Special configure options for individual packages