File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed
Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $(package)_version=4.3.1
33$(package)_download_path =https://github.com/zeromq/libzmq/releases/download/v$($(package ) _version) /
44$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
55$(package)_sha256_hash =bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d835cd21eb
6- $(package)_patches =0001-fix-build-with-older-mingw64.patch 0002-disable-pthread_set_name_np.patch
6+ $(package)_patches =0002-disable-pthread_set_name_np.patch
77
88define $(package)_set_vars
99 $(package ) _config_opts=--without-docs --disable-shared --disable-curve --disable-curve-keygen --disable-perf
@@ -16,7 +16,6 @@ define $(package)_set_vars
1616endef
1717
1818define $(package)_preprocess_cmds
19- patch -p1 < $($(package ) _patch_dir) /0001-fix-build-with-older-mingw64.patch && \
2019 patch -p1 < $($(package ) _patch_dir) /0002-disable-pthread_set_name_np.patch && \
2120 cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub config
2221endef
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments