summaryrefslogtreecommitdiffstats
path: root/rules/libftdi1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-03-30 16:27:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-03-30 16:30:43 +0100
commit3f2bd93f7fea72b1026d300cbbc44eeb27bb850d (patch)
tree099bbfeee45267f168ab8a9b8a7daaa8a324f719 /rules/libftdi1.make
parentefe4ac870515065145adf8ad309f3900cbd903c0 (diff)
downloadptxdist-3f2bd93f7fea72b1026d300cbbc44eeb27bb850d.tar.gz
ptxdist-3f2bd93f7fea72b1026d300cbbc44eeb27bb850d.tar.xz
libftdi1: disable rpath
Usually the rpath is removed during installation. However, the examples are installed from the source tree, so the rpath remains. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libftdi1.make')
-rw-r--r--rules/libftdi1.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libftdi1.make b/rules/libftdi1.make
index 7534b69f2..6b099db2e 100644
--- a/rules/libftdi1.make
+++ b/rules/libftdi1.make
@@ -35,6 +35,7 @@ LIBFTDI1_LICENSE := LGPLv2.1
LIBFTDI1_CONF_TOOL := cmake
LIBFTDI1_CONF_OPT := \
$(CROSS_CMAKE_USR) \
+ -DCMAKE_SKIP_RPATH=ON \
-DDOCUMENTATION=OFF \
-DPYTHON_BINDINGS=OFF \
-DEXAMPLES=$(call ptx/ifdef,PTXCONF_LIBFTDI1_EXAMPLES,ON,OFF) \