mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] xmlstarlet: depend on zlib
Date: Fri,  1 Mar 2019 14:31:53 +0100	[thread overview]
Message-ID: <20190301133153.12542-1-rhi@pengutronix.de> (raw)

Tell PTXdist to build zlib before xmlstarlet, otherwise xmlstarlet can
fail in parallel builds:

    making links in crypto/cmac...
    [...]/arm-v7a-linux-gnueabihf/bin/ld: cannot find -lz
    collect2: error: ld returned 1 exit status
    Makefile:376: recipe for target xml failed

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/xmlstarlet.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/xmlstarlet.in b/rules/xmlstarlet.in
index e7ad99ba7..c000c06e9 100644
--- a/rules/xmlstarlet.in
+++ b/rules/xmlstarlet.in
@@ -5,6 +5,7 @@ config XMLSTARLET
 	select LIBXML2
 	select LIBXML2_SAX1
 	select LIBXSLT
+	select ZLIB
 	prompt "xmlstarlet"
 	help
 	  XMLStarlet is a set of command line utilities (tools) which
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2019-03-01 13:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-01 13:31 Roland Hieber [this message]
2019-03-03 18:32 ` [ptxdist] [PATCH v2 0/2] xmlstarlet: address zlib linking errors Roland Hieber
2019-03-03 18:32   ` [ptxdist] [PATCH v2 1/2] xmlstarlet: convert old patch series with git-ptx-patches Roland Hieber
2019-03-03 18:32   ` [ptxdist] [PATCH v2 2/2] xmlstarlet: fix linking when libssl is built without zlib Roland Hieber

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=20190301133153.12542-1-rhi@pengutronix.de \
    --to=rhi@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