summaryrefslogtreecommitdiffstats
path: root/rules/host-dfu-util.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 18:26:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 18:49:52 +0100
commitc82abed2a7e36fd88b786febfa49d426643ef6e2 (patch)
tree328582295b90209a9161fae02532c0be83872c9c /rules/host-dfu-util.make
parentdca5956e95d44a2d9d63763ff349768f1a830953 (diff)
downloadptxdist-c82abed2a7e36fd88b786febfa49d426643ef6e2.tar.gz
ptxdist-c82abed2a7e36fd88b786febfa49d426643ef6e2.tar.xz
dfu-util: make sure libusb is handled correctly
The real libusb is used now. Set ac_cv_lib_usb_libusb_init=no to make sure a libusb-compat won't confuse the configure script. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dfu-util.make')
-rw-r--r--rules/host-dfu-util.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/host-dfu-util.make b/rules/host-dfu-util.make
index 2a8f648f5..31225d89d 100644
--- a/rules/host-dfu-util.make
+++ b/rules/host-dfu-util.make
@@ -17,6 +17,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_DFU_UTIL) += host-dfu-util
# Prepare
# ----------------------------------------------------------------------------
+HOST_DFU_UTIL_CONF_ENV := \
+ $(HOST_ENV) \
+ ac_cv_lib_usb_libusb_init=no
+
#
# autoconf
#