aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-05-09 19:41:58 +0800
committerfanquake <fanquake@gmail.com>2024-05-22 08:51:33 +0100
commitf836f7e9b3e091eb27cdefb624e2a6f2a921fa55 (patch)
treeebe9e5d1e44f095e60d1e27362826e993642ef40 /depends/patches
parent4a0536c5d96688729f8c885060c83cb12d72a8c5 (diff)
downloadbitcoin-f836f7e9b3e091eb27cdefb624e2a6f2a921fa55.tar.xz
depends: remove cctools & libtapi
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/native_libtapi/disable_zlib.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/depends/patches/native_libtapi/disable_zlib.patch b/depends/patches/native_libtapi/disable_zlib.patch
deleted file mode 100644
index 6c7691214a..0000000000
--- a/depends/patches/native_libtapi/disable_zlib.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-build: disable zlib
-
-This isn't needed, and causes issues when clang-tblgen
-is built, but trys to reach for a system libz.so.
-
-diff --git a/build.sh b/build.sh
-index e25d2f732..ec8422621 100755
---- a/build.sh
-+++ b/build.sh
-@@ -66,6 +66,7 @@ cmake ../src/llvm \
- -DCMAKE_INSTALL_PREFIX=$INSTALLPREFIX \
- -DTAPI_REPOSITORY_STRING=$TAPI_VERSION \
- -DTAPI_FULL_VERSION=$TAPI_VERSION \
-+ -DLLVM_ENABLE_ZLIB=OFF \
- $CMAKE_EXTRA_ARGS
-
- echo ""