summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-libtool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 22:54:39 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-07 16:16:02 +0200
commit9c09ad58f60d7b6ae88bae8993126219d0f7f5c3 (patch)
tree0f4353dbfc9be76a1bedd5b5c25d5d90cc2a038d /rules/host-autotools-libtool.make
parent7631c658857420a0c968f9e26715e137635e2b31 (diff)
downloadptxdist-9c09ad58f60d7b6ae88bae8993126219d0f7f5c3.tar.gz
ptxdist-9c09ad58f60d7b6ae88bae8993126219d0f7f5c3.tar.xz
host-autotools-libtool: don't build static libs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-libtool.make')
-rw-r--r--rules/host-autotools-libtool.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 7d7c499a3..23d850ae6 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -35,5 +35,8 @@ $(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-libtool.install.post
# autoconf
#
HOST_AUTOTOOLS_LIBTOOL_CONF_TOOL := autoconf
+HOST_AUTOTOOLS_LIBTOOL_CONF_OPT := \
+ $(HOST_AUTOCONF_SYSROOT) \
+ --disable-static
# vim: syntax=make