libev: Update from 4.22 to 4.23

This commit is contained in:
Fredrik Fornwall 2016-11-17 17:38:07 -05:00
parent 39d4570400
commit 1b542a81a7
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://software.schmorp.de/pkg/libev.html
TERMUX_PKG_DESCRIPTION="Full-featured and high-performance event loop library"
TERMUX_PKG_VERSION=4.22
TERMUX_PKG_VERSION=4.23
TERMUX_PKG_SRCURL=http://dist.schmorp.de/libev/libev-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a
termux_step_pre_configure() {
CFLAGS+=" -Dfd_mask=int"