From: Peter Korsgaard Date: Wed, 5 Jun 2013 18:53:19 +0000 (+0200) Subject: libftdi: autoreconf should happen for host as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b713a39802fab4a8c983222273e6641db320a667;p=buildroot.git 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 --- diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk index c5590bade2..06316fe2df 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