libnftnl: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:38:52 +02:00
parent 68f09e7534
commit b3ab80e817

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libnftnl: a userspace library providing a low-level netlink progr
PKG_LONGDESC="libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem. The library libnftnl has been previously known as libnftables. This library is currently used by nftables."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"