From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k5nmM-0004ld-W2 for ptxdist@pengutronix.de; Wed, 12 Aug 2020 12:14:42 +0200 Received: from mfe by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1k5nmM-0004Gt-NI for ptxdist@pengutronix.de; Wed, 12 Aug 2020 12:14:42 +0200 From: Marco Felsch Date: Wed, 12 Aug 2020 12:14:40 +0200 Message-Id: <20200812101440.16220-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] systemd: fix zstd deps List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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