summaryrefslogtreecommitdiffstats
path: root/rules/host-libffi.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 22:54:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-07 16:16:03 +0200
commit0087f7a79bdda00b291d892d4962af8869d2e2a0 (patch)
tree3b5bb1d3357d31dff94574c749a770756ad1c7e9 /rules/host-libffi.make
parent6e7614ed9452888edf2d07f3529e10e63e23fb33 (diff)
downloadptxdist-0087f7a79bdda00b291d892d4962af8869d2e2a0.tar.gz
ptxdist-0087f7a79bdda00b291d892d4962af8869d2e2a0.tar.xz
host-libffi: don't build static libs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libffi.make')
-rw-r--r--rules/host-libffi.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-libffi.make b/rules/host-libffi.make
index d7362faa2..7e6ef4fb3 100644
--- a/rules/host-libffi.make
+++ b/rules/host-libffi.make
@@ -18,5 +18,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBFFI) += host-libffi
# ----------------------------------------------------------------------------
HOST_LIBFFI_CONF_TOOL := autoconf
+HOST_LIBFFI_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-static
# vim: syntax=make