summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-01-08 09:09:12 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-01-08 09:09:12 (GMT)
commitcb1bc483429aca2286f237d9ac64cda2ffca078d (patch)
tree401e837415c241a42138d92c2e0848576c68512c
parent7901eb7019207f31e275f62a97d96f41c80d183e (diff)
downloadmxe-cb1bc483429aca2286f237d9ac64cda2ffca078d.zip
mxe-cb1bc483429aca2286f237d9ac64cda2ffca078d.tar.gz
mxe-cb1bc483429aca2286f237d9ac64cda2ffca078d.tar.bz2
package libftdi: use config.guess
-rw-r--r--src/libftdi.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libftdi.mk b/src/libftdi.mk
index 51c2d81..e9eff29 100644
--- a/src/libftdi.mk
+++ b/src/libftdi.mk
@@ -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