package libftdi: use config.guess

This commit is contained in:
Mark Brand 2013-01-08 10:09:12 +01:00
parent 7901eb7019
commit cb1bc48342
1 changed files with 3 additions and 2 deletions

View File

@ -18,9 +18,10 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--enable-static \
--without-examples \
--prefix='$(PREFIX)/$(TARGET)'
--prefix='$(PREFIX)/$(TARGET)' \
--without-examples
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef