mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-xz: Don't build with shared libs
@ 2013-12-20 11:10 Markus Pargmann
  0 siblings, 0 replies; only message in thread
From: Markus Pargmann @ 2013-12-20 11:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Markus Pargmann

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>
---
 rules/host-xz.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/host-xz.make b/rules/host-xz.make
index ec13d3f..b3dd069 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
-- 
1.8.5.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-20 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-20 11:10 [ptxdist] [PATCH] host-xz: Don't build with shared libs Markus Pargmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox