2015-01-20 00:47:44 -03:00
|
|
|
package=libevent
|
2019-09-26 11:42:35 -03:00
|
|
|
$(package)_version=2.1.11-stable
|
2017-01-04 11:00:26 -03:00
|
|
|
$(package)_download_path=https://github.com/libevent/libevent/archive/
|
2017-05-01 19:55:36 -03:00
|
|
|
$(package)_file_name=release-$($(package)_version).tar.gz
|
2019-09-26 11:42:35 -03:00
|
|
|
$(package)_sha256_hash=229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e
|
2020-03-06 22:12:32 -03:00
|
|
|
$(package)_patches=0001-fix-windows-getaddrinfo.patch
|
2015-08-31 06:17:26 -03:00
|
|
|
|
2019-09-26 11:42:35 -03:00
|
|
|
define $(package)_preprocess_cmds
|
2020-03-06 22:12:32 -03:00
|
|
|
patch -p1 < $($(package)_patch_dir)/0001-fix-windows-getaddrinfo.patch && \
|
2019-09-26 11:42:35 -03:00
|
|
|
./autogen.sh
|
|
|
|
endef
|
2015-01-20 00:47:44 -03:00
|
|
|
|
|
|
|
define $(package)_set_vars
|
2019-10-11 14:31:50 -03:00
|
|
|
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples
|
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
2015-01-20 00:47:44 -03:00
|
|
|
$(package)_config_opts_release=--disable-debug-mode
|
|
|
|
$(package)_config_opts_linux=--with-pic
|
2019-10-18 17:03:51 -03:00
|
|
|
$(package)_config_opts_android=--with-pic
|
2015-01-20 00:47:44 -03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
$($(package)_autoconf)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
2019-04-18 13:49:11 -04:00
|
|
|
rm lib/*.la
|
2015-01-20 00:47:44 -03:00
|
|
|
endef
|