From b713a39802fab4a8c983222273e6641db320a667 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 5 Jun 2013 20:53:19 +0200 Subject: libftdi: autoreconf should happen for host as well Fixes http://autobuild.buildroot.net/results/d30/d3090804149654e099d3bc9953d48fd920812bf4/build-end.log The same patches gets applied for target and host, so we should do autoreconf for the host as well. Signed-off-by: Peter Korsgaard --- package/libftdi/libftdi.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package') diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk index c5590bade..06316fe2d 100644 --- a/package/libftdi/libftdi.mk +++ b/package/libftdi/libftdi.mk @@ -10,6 +10,7 @@ LIBFTDI_DEPENDENCIES = libusb-compat libusb LIBFTDI_INSTALL_STAGING = YES LIBFTDI_CONFIG_SCRIPTS = libftdi-config LIBFTDI_AUTORECONF = YES +HOST_LIBFTDI_AUTORECONF = YES LIBFDTI_CONF_OPT = --without-examples -- cgit v1.2.3