libusb-compat: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:48:07 +02:00
parent faa855e465
commit 776a39224e

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libusb-compat: OS independent USB device access"
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices regardless of OS."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-log --disable-debug-log --disable-examples-build"