From: Marco Felsch <m.felsch@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] systemd: fix zstd deps
Date: Wed, 12 Aug 2020 12:14:40 +0200 [thread overview]
Message-ID: <20200812101440.16220-1-m.felsch@pengutronix.de> (raw)
Our zstd package is a lot more fine granular only selecting the the zstd
package does nothing. Instead we need to tell ptxdist that the zstdlib
must be installed too else systemd fails with:
'error while loading shared libraries: libzstd.so.1: cannot open shared object file: No such file or directory'
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
rules/systemd.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/systemd.in b/rules/systemd.in
index bd848b372..1206a30de 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -22,6 +22,7 @@ menuconfig SYSTEMD
select XZ if SYSTEMD_XZ
select LZ4 if SYSTEMD_LZ4
select ZSTD if SYSTEMD_ZSTD
+ select ZSTD_LIBZSTD if SYSTEMD_ZSTD
select LIBMICROHTTPD if SYSTEMD_MICROHTTPD
select LIBSECCOMP if SYSTEMD_SECCOMP
select LIBSELINUX if GLOBAL_SELINUX
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next reply other threads:[~2020-08-12 10:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-12 10:14 Marco Felsch [this message]
2020-08-12 10:31 ` Marco Felsch
2020-08-12 13:48 ` Michael Olbrich
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=20200812101440.16220-1-m.felsch@pengutronix.de \
--to=m.felsch@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