mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2 v2] host-xz: build shared libs again
Date: Fri, 1 Nov 2019 10:18:20 +0100	[thread overview]
Message-ID: <20191101091820.GB22947@lenoch> (raw)
In-Reply-To: <20191101091744.GA22947@lenoch>

Commit f9b48616ef47 ("host-xz: Don't build with shared libs") disabled
building of shared libs, but we now need them for host-casync package.
As host-gettext package is build with --without-xz now, mixing system
and host libraries original commit solved is no longer an issue.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 CHANGES:
 -v2: new patch

 rules/host-xz.make | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/rules/host-xz.make b/rules/host-xz.make
index c02a9449e..ee7131479 100644
--- a/rules/host-xz.make
+++ b/rules/host-xz.make
@@ -21,7 +21,6 @@ HOST_PACKAGES-$(PTXCONF_HOST_XZ) += host-xz
 HOST_XZ_CONF_TOOL	:= autoconf
 HOST_XZ_CONF_OPT	:= \
 	$(HOST_AUTOCONF) \
-	--libdir=/lib/xz \
 	--disable-debug \
 	--disable-external-sha256 \
 	--enable-assembler \
@@ -33,11 +32,11 @@ HOST_XZ_CONF_OPT	:= \
 	--disable-lzmainfo \
 	--disable-lzma-links \
 	--disable-scripts \
-	--disable-shared \
 	--disable-doc \
 	--enable-symbol-versions \
 	--disable-sandbox \
-	--enable-static \
+	--enable-shared \
+	--disable-static \
 	--disable-nls \
 	--enable-rpath \
 	--enable-unaligned-access=auto \
-- 
2.24.0.rc2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2019-11-01  9:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01  9:17 [ptxdist] [PATCH 0/2 v2] add image-rauc-casync Ladislav Michl
2019-11-01  9:18 ` Ladislav Michl [this message]
2019-11-01  9:19 ` [ptxdist] [PATCH 2/2 v2] casync: new package Ladislav Michl

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=20191101091820.GB22947@lenoch \
    --to=ladis@linux-mips.org \
    --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