Sfoglia il codice sorgente

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 <jacmet@sunsite.dk>
Peter Korsgaard 12 anni fa
parent
commit
b713a39802
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/libftdi/libftdi.mk

+ 1 - 0
package/libftdi/libftdi.mk

@@ -10,6 +10,7 @@ LIBFTDI_DEPENDENCIES = libusb-compat libusb
 LIBFTDI_INSTALL_STAGING = YES
 LIBFTDI_INSTALL_STAGING = YES
 LIBFTDI_CONFIG_SCRIPTS = libftdi-config
 LIBFTDI_CONFIG_SCRIPTS = libftdi-config
 LIBFTDI_AUTORECONF = YES
 LIBFTDI_AUTORECONF = YES
+HOST_LIBFTDI_AUTORECONF = YES
 
 
 LIBFDTI_CONF_OPT = --without-examples
 LIBFDTI_CONF_OPT = --without-examples