Skip to content

Commit a0eb4c5

Browse files
committed
Revert "Add patch to make codesign_allocate compatible with Apple's"
This reverts commit a4118c6.
1 parent bc8ada1 commit a0eb4c5

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

depends/packages/native_cctools.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
44
$(package)_file_name=$($(package)_version).tar.gz
55
$(package)_sha256_hash=e51995a843533a3dac155dd0c71362dd471597a2d23f13dff194c6285362f875
66
$(package)_build_subdir=cctools
7-
$(package)_patches=ld64_disable_threading.patch segalign.patch
7+
$(package)_patches=ld64_disable_threading.patch
88

99
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
1010
$(package)_clang_version=8.0.0
@@ -80,8 +80,7 @@ endef
8080
define $(package)_preprocess_cmds
8181
CC=$($(package)_cc) CXX=$($(package)_cxx) INSTALLPREFIX=$($(package)_extract_dir) ./libtapi/build.sh && \
8282
CC=$($(package)_cc) CXX=$($(package)_cxx) INSTALLPREFIX=$($(package)_extract_dir) ./libtapi/install.sh && \
83-
patch -p1 < $($(package)_patch_dir)/ld64_disable_threading.patch && \
84-
patch -p1 < $($(package)_patch_dir)/segalign.patch
83+
patch -p1 < $($(package)_patch_dir)/ld64_disable_threading.patch
8584
endef
8685

8786
define $(package)_config_cmds

depends/patches/native_cctools/segalign.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)