Skip to content

Commit 8217bd1

Browse files
committed
[depends] libevent 2.1.7rc
1 parent 5bc3b6c commit 8217bd1

File tree

3 files changed

+5
-46
lines changed

3 files changed

+5
-46
lines changed

depends/packages/libevent.mk

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package=libevent
2-
$(package)_version=2.0.22
3-
$(package)_download_path=https://github.com/libevent/libevent/releases/download/release-2.0.22-stable
4-
$(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
5-
$(package)_sha256_hash=71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3
6-
$(package)_patches=reuseaddr.patch libevent-2-fixes.patch
2+
$(package)_version=2.1.7
3+
$(package)_download_path=https://github.com/libevent/libevent/archive/
4+
$(package)_file_name=release-$($(package)_version)-rc.tar.gz
5+
$(package)_sha256_hash=548362d202e22fe24d4c3fad38287b4f6d683e6c21503341373b89785fa6f991
76

87
define $(package)_preprocess_cmds
9-
patch -p1 < $($(package)_patch_dir)/reuseaddr.patch && \
10-
patch -p1 < $($(package)_patch_dir)/libevent-2-fixes.patch
8+
./autogen.sh
119
endef
1210

1311
define $(package)_set_vars

depends/patches/libevent/libevent-2-fixes.patch

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

depends/patches/libevent/reuseaddr.patch

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

0 commit comments

Comments
 (0)