From: Markus Pargmann <mpa@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Pargmann <mpa@pengutronix.de>
Subject: [ptxdist] [PATCH] host-xz: Don't build with shared libs
Date: Fri, 20 Dec 2013 12:10:39 +0100 [thread overview]
Message-ID: <1387537839-19723-1-git-send-email-mpa@pengutronix.de> (raw)
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
reply other threads:[~2013-12-20 11:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387537839-19723-1-git-send-email-mpa@pengutronix.de \
--to=mpa@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox