mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xmlstarlet: depend on zlib
@ 2019-03-01 13:31 Roland Hieber
  2019-03-03 18:32 ` [ptxdist] [PATCH v2 0/2] xmlstarlet: address zlib linking errors Roland Hieber
  0 siblings, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2019-03-01 13:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-03 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 13:31 [ptxdist] [PATCH] xmlstarlet: depend on zlib Roland Hieber
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

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