[Buildroot] [git commit] libevent: Bump to 2.0.21

Peter Korsgaard jacmet at sunsite.dk
Wed Sep 25 08:13:47 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=b088752be330e3ff4f2a284e6067d439a4d4ae5f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at synopsys.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/libevent/libevent.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index 94882b5..a6def1a 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBEVENT_VERSION = 2.0.14
+LIBEVENT_VERSION = 2.0.21
 LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
 LIBEVENT_SITE = https://github.com/downloads/libevent/libevent
 LIBEVENT_INSTALL_STAGING = YES


More information about the buildroot mailing list