summaryrefslogtreecommitdiffstats
path: root/rules/libftdi.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-10-23 13:47:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-23 14:36:54 +0200
commit0c98df2ee8dbdf075c3e29b4b99c1588b4c8386b (patch)
treebbb81755684ad1f6d34c40b58ecc036ae265c991 /rules/libftdi.make
parent3b2ec1a985cc9c4c129d2c945c7e5f45e5484d97 (diff)
downloadptxdist-0c98df2ee8dbdf075c3e29b4b99c1588b4c8386b.tar.gz
ptxdist-0c98df2ee8dbdf075c3e29b4b99c1588b4c8386b.tar.xz
[libftdi] make sure it does not use boost from the host system
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libftdi.make')
-rw-r--r--rules/libftdi.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/libftdi.make b/rules/libftdi.make
index 65ee27507..fc748bf9c 100644
--- a/rules/libftdi.make
+++ b/rules/libftdi.make
@@ -52,7 +52,9 @@ LIBFTDI_AUTOCONF := \
--disable-python-binding
ifdef PTXCONF_LIBFTDI_CPP_WRAPPER
-LIBFTDI_AUTOCONF += --enable-libftdipp
+LIBFTDI_AUTOCONF += \
+ --enable-libftdipp \
+ --with-boost=$(SYSROOT)/usr
else
LIBFTDI_AUTOCONF += \
--disable-libftdipp \