summaryrefslogtreecommitdiffstats
path: root/rules/host-xz.make
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2013-12-20 12:10:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-06 12:08:14 +0100
commitf9b48616ef478518be308ddfdae7d8fba4ade820 (patch)
tree54344aff41d1df3c7c6bc38e3ceff64b1a52a423 /rules/host-xz.make
parent377fcd45dd3e7ed57903c4cb8619d6ae30d00144 (diff)
downloadptxdist-f9b48616ef478518be308ddfdae7d8fba4ade820.tar.gz
ptxdist-f9b48616ef478518be308ddfdae7d8fba4ade820.tar.xz
host-xz: Don't build with shared libs
We don't need shared librarys of host-xz. When they are enabled, building host-gettext may fail because of mixed shared library versions. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xz.make')
-rw-r--r--rules/host-xz.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-xz.make b/rules/host-xz.make
index ec13d3fb7..b3dd06984 100644
--- a/rules/host-xz.make
+++ b/rules/host-xz.make
@@ -34,6 +34,7 @@ HOST_XZ_DIR := $(HOST_BUILDDIR)/$(HOST_XZ)
HOST_XZ_CONF_TOOL := autoconf
HOST_XZ_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-static
+ --libdir=/lib/xz \
+ --disable-shared
# vim: syntax=make