You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
306 B
8 lines
306 B
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_SRCURL=http://dist.schmorp.de/libev/libev-${TERMUX_PKG_VERSION}.tar.gz
|
|
|
|
termux_step_pre_configure() {
|
|
CFLAGS+=" -Dfd_mask=int"
|
|
}
|
|
|