summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-23 11:07:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-09-24 09:32:06 +0200
commitbb40ed1488ef797ab6a77634d031203adf446f58 (patch)
treef80b490d515a710d4c772656cb78b381e4fb5849
parent50fbe551730006b6305ecd1d90c5205941eba4f1 (diff)
downloadptxdist-bb40ed1488ef797ab6a77634d031203adf446f58.tar.gz
ptxdist-bb40ed1488ef797ab6a77634d031203adf446f58.tar.xz
{host-.}usplash: building without static libs is broken
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-usplash.make1
-rw-r--r--rules/usplash.make1
2 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-usplash.make b/rules/host-usplash.make
index 70e869617..fe29a9bd7 100644
--- a/rules/host-usplash.make
+++ b/rules/host-usplash.make
@@ -30,6 +30,7 @@ HOST_USPLASH_ENV := $(HOST_ENV)
#
HOST_USPLASH_CONF_TOOL := autoconf
HOST_USPLASH_CONF_OPT := $(HOST_AUTOCONF) \
+ --enable-static \
--disable-svga-backend \
--enable-convert-tools
diff --git a/rules/usplash.make b/rules/usplash.make
index 1c5716745..9102ef740 100644
--- a/rules/usplash.make
+++ b/rules/usplash.make
@@ -36,6 +36,7 @@ USPLASH_DIR := $(BUILDDIR)/$(USPLASH)
USPLASH_CONF_TOOL := autoconf
USPLASH_CONF_OPT := \
$(CROSS_AUTOCONF_ROOT) \
+ --enable-static \
--enable-svga-backend \
--disable-convert-tools