Skip to content

Commit 129ca73

Browse files
laanwjknst
authored andcommitted
Merge bitcoin#17008: build: bump libevent to 2.1.11 in depends
02ac445 bump libevent to 2.1.11 in depends (stefanwouldgo) Pull request description: this doesn't need patches on Android anymore like 2.1.8 did. ACKs for top commit: laanwj: ACK 02ac445 Tree-SHA512: 1fbfe342ee15fa4c5cb417979bd6c443f7c7aa40a489accf8ccd7c919e5b08e859b3da6edeee3de484f6f156b35dd4e97c7e2c7971b59fc31029865585ccb296
1 parent d10ac28 commit 129ca73

File tree

2 files changed

+7
-82
lines changed

2 files changed

+7
-82
lines changed

depends/packages/libevent.mk

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
package=libevent
2-
$(package)_version=2.1.8
3-
$(package)_download_path=https://github.com/libevent/libevent/releases/download/release-$($(package)_version)-stable
4-
$(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
5-
$(package)_sha256_hash=965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2
6-
$(package)_patches=fix_android_arc4random_addrandom.patch
2+
$(package)_version=2.1.11-stable
3+
$(package)_download_path=https://github.com/libevent/libevent/archive/
4+
$(package)_file_name=release-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e
76

8-
ifneq (,$(findstring android,$(host)))
9-
define $(package)_preprocess_cmds
10-
./autogen.sh && patch -p1 < $($(package)_patch_dir)/fix_android_arc4random_addrandom.patch
11-
endef
12-
else
13-
define $(package)_preprocess_cmds
14-
./autogen.sh
15-
endef
16-
endif
7+
define $(package)_preprocess_cmds
8+
./autogen.sh
9+
endef
1710

1811
define $(package)_set_vars
1912
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples

depends/patches/libevent/fix_android_arc4random_addrandom.patch

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

0 commit comments

Comments
 (0)