File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff 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
99ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG ) ) ,)
1010$(package)_clang_version =8.0.0
8080define $(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
8584endef
8685
8786define $(package)_config_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments