From 99835fb8667878c56a588caa1679277e1b7edfec Mon Sep 17 00:00:00 2001 From: Niels Mommen Date: Wed, 19 Apr 2023 10:37:55 +0200 Subject: [PATCH] patch cap'n proto build to disable zlib --- capnpCMakeLists.patch | 2 ++ capnp_src_kjCMakeLists.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/capnpCMakeLists.patch b/capnpCMakeLists.patch index 3749cc3..a91662b 100644 --- a/capnpCMakeLists.patch +++ b/capnpCMakeLists.patch @@ -1,3 +1,5 @@ +--- capnproto-c++-0.10.4/CMakeLists.txt 2023-04-13 16:14:33 ++++ capnproto-c++-0.10.4.patch/CMakeLists.txt 2023-04-19 08:59:44 @@ -46,6 +46,10 @@ # define list of values GUI will offer for the variable set_property(CACHE WITH_OPENSSL PROPERTY STRINGS AUTO ON OFF) diff --git a/capnp_src_kjCMakeLists.patch b/capnp_src_kjCMakeLists.patch index 1b6f3dd..148305f 100644 --- a/capnp_src_kjCMakeLists.patch +++ b/capnp_src_kjCMakeLists.patch @@ -1,3 +1,5 @@ +--- capnproto-c++-0.10.4/src/kj/CMakeLists.txt 2023-01-02 22:30:51 ++++ capnproto-c++-0.10.4.patch/src/kj/CMakeLists.txt 2023-04-19 09:05:24 @@ -86,7 +86,7 @@ target_compile_definitions(kj PUBLIC ${CAPNP_LITE_FLAG}) #make sure external consumers don't need to manually set the include dirs