libevent: Bump to 2.0.21

This fixes the build on ARC as well, as 2.0.17+ includes a fix
that checks for existence of 'sysctl'.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Mischa Jonker 2013-09-24 16:42:44 +02:00 committed by Peter Korsgaard
parent e9f6011617
commit b088752be3

View file

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
LIBEVENT_VERSION = 2.0.14 LIBEVENT_VERSION = 2.0.21
LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
LIBEVENT_SITE = https://github.com/downloads/libevent/libevent LIBEVENT_SITE = https://github.com/downloads/libevent/libevent
LIBEVENT_INSTALL_STAGING = YES LIBEVENT_INSTALL_STAGING = YES