Skip to content

Commit 9c6dc83

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 9c6dc83

File tree

2 files changed

+3
-77
lines changed

2 files changed

+3
-77
lines changed

depends/packages/libevent.mk

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ $(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
55
$(package)_sha256_hash=965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2
66
$(package)_patches=fix_android_arc4random_addrandom.patch
77

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
8+
define $(package)_preprocess_cmds
9+
./autogen.sh
10+
endef
1711

1812
define $(package)_set_vars
1913
$(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)