File tree Expand file tree Collapse file tree 2 files changed +4
-62
lines changed Expand file tree Collapse file tree 2 files changed +4
-62
lines changed Original file line number Diff line number Diff line change 1
1
package =zeromq
2
- $(package)_version =4.3.4
2
+ $(package)_version =4.3.5
3
3
$(package)_download_path =https://github.com/zeromq/libzmq/releases/download/v$($(package ) _version) /
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5
6
- $(package)_patches =remove_libstd_link.patch netbsd_kevent_void.patch
5
+ $(package)_sha256_hash =6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
6
+ $(package)_patches =remove_libstd_link.patch
7
7
8
8
define $(package)_set_vars
9
9
$(package ) _config_opts = --without-docs --disable-shared --disable-valgrind
@@ -19,8 +19,7 @@ define $(package)_set_vars
19
19
endef
20
20
21
21
define $(package)_preprocess_cmds
22
- patch -p1 < $($(package ) _patch_dir) /remove_libstd_link.patch && \
23
- patch -p1 < $($(package ) _patch_dir) /netbsd_kevent_void.patch
22
+ patch -p1 < $($(package ) _patch_dir) /remove_libstd_link.patch
24
23
endef
25
24
26
25
define $(package)_config_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments