Skip to content

Commit

Permalink
Revert "Add patch to make codesign_allocate compatible with Apple's"
Browse files Browse the repository at this point in the history
This reverts commit a4118c6.

Github-Pull: bitcoin#20855
Rebased-From: a0eb4c5
  • Loading branch information
sipa authored and MarcoFalke committed Jan 5, 2021
1 parent e6ad8a6 commit 3308718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
5 changes: 2 additions & 3 deletions depends/packages/native_cctools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=e51995a843533a3dac155dd0c71362dd471597a2d23f13dff194c6285362f875
$(package)_build_subdir=cctools
$(package)_patches=ld64_disable_threading.patch segalign.patch
$(package)_patches=ld64_disable_threading.patch

ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
$(package)_clang_version=8.0.0
Expand Down Expand Up @@ -80,8 +80,7 @@ endef
define $(package)_preprocess_cmds
CC=$($(package)_cc) CXX=$($(package)_cxx) INSTALLPREFIX=$($(package)_extract_dir) ./libtapi/build.sh && \
CC=$($(package)_cc) CXX=$($(package)_cxx) INSTALLPREFIX=$($(package)_extract_dir) ./libtapi/install.sh && \
patch -p1 < $($(package)_patch_dir)/ld64_disable_threading.patch && \
patch -p1 < $($(package)_patch_dir)/segalign.patch
patch -p1 < $($(package)_patch_dir)/ld64_disable_threading.patch
endef

define $(package)_config_cmds
Expand Down
19 changes: 0 additions & 19 deletions depends/patches/native_cctools/segalign.patch

This file was deleted.

0 comments on commit 3308718

Please sign in to comment.