summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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