Skip to content

Commit

Permalink
Merge bitcoin#17008: build: bump libevent to 2.1.11 in depends
Browse files Browse the repository at this point in the history
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
  • Loading branch information
laanwj authored and knst committed Oct 25, 2022
1 parent d10ac28 commit 9c6dc83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 77 deletions.
12 changes: 3 additions & 9 deletions depends/packages/libevent.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ $(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
$(package)_sha256_hash=965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2
$(package)_patches=fix_android_arc4random_addrandom.patch

ifneq (,$(findstring android,$(host)))
define $(package)_preprocess_cmds
./autogen.sh && patch -p1 < $($(package)_patch_dir)/fix_android_arc4random_addrandom.patch
endef
else
define $(package)_preprocess_cmds
./autogen.sh
endef
endif
define $(package)_preprocess_cmds
./autogen.sh
endef

define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples
Expand Down
68 changes: 0 additions & 68 deletions depends/patches/libevent/fix_android_arc4random_addrandom.patch

This file was deleted.

0 comments on commit 9c6dc83

Please sign in to comment.