libmicrohttpd: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 18:01:30 +02:00
parent 933ddc791b
commit d04082cbd5

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libmicrohttpd: a small webserver C library"
PKG_LONGDESC="GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \