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
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
5
$(package)_sha256_hash =e51995a843533a3dac155dd0c71362dd471597a2d23f13dff194c6285362f875
6
6
$(package)_build_subdir =cctools
7
- $(package)_patches =ld64_disable_threading.patch segalign.patch
7
+ $(package)_patches =ld64_disable_threading.patch
8
8
9
9
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG ) ) ,)
10
10
$(package)_clang_version =8.0.0
80
80
define $(package)_preprocess_cmds
81
81
CC=$($(package ) _cc) CXX=$($(package ) _cxx) INSTALLPREFIX=$($(package ) _extract_dir) ./libtapi/build.sh && \
82
82
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
85
84
endef
86
85
87
86
define $(package)_config_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments