libev: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 16:05:28 +02:00
parent 8eaf8fd711
commit 65eba95bf0

View File

@ -29,6 +29,6 @@ PKG_SHORTDESC="libev: a full-featured and high-performance event loop"
PKG_LONGDESC="A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"