libevent: Windows reuseaddr workaround in depends

Make it possible to reuse sockets.
This is necessary to make the RPC tests work in WINE.
This commit is contained in:
Cory Fields
2015-08-31 11:17:26 +02:00
committed by Wladimir J. van der Laan
parent 3a174cd400
commit 4be0b082b9
2 changed files with 26 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ $(package)_version=2.0.22
$(package)_download_path=https://github.com/libevent/libevent/releases/download/release-2.0.22-stable
$(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
$(package)_sha256_hash=71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3
$(package)_patches=reuseaddr.patch
define $(package)_preprocess_cmds
patch -p1 < $($(package)_patch_dir)/reuseaddr.patch
endef
define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress