From 776a39224eae57722b9a4ece7427a8dedcc4b267 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:48:07 +0200 Subject: [PATCH] libusb-compat: disable autoreconf --- packages/sysutils/libusb-compat/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/libusb-compat/package.mk b/packages/sysutils/libusb-compat/package.mk index c33d3cab15..8764a177b8 100644 --- a/packages/sysutils/libusb-compat/package.mk +++ b/packages/sysutils/libusb-compat/package.mk @@ -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"