systemd/systemd: enable libarchive and zlib support

Then, people can use foo.tar.gz by systemd-import and friends.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8718>
This commit is contained in:
Yu Watanabe 2026-06-15 07:37:13 +09:00 committed by The Friendly Meow (merge) Bot
parent d7af540929
commit f8dbf2b686
No known key found for this signature in database

View file

@ -52,6 +52,7 @@ makedepends="
grep
kmod-dev
libapparmor-dev
libarchive-dev
libbz2
libbpf-dev
libcap-dev
@ -88,6 +89,7 @@ makedepends="
tzdata
util-linux-dev
xz-dev
zlib-dev
zstd-dev
dbus-dev
@ -103,6 +105,7 @@ depends="
cryptsetup-libs
kmod-libs
libapparmor
libarchive
libblkid
libbpf
libcap2
@ -126,6 +129,7 @@ depends="
tpm2-tss-rc
tpm2-tss-tcti-device
xz-libs
zlib
zstd-libs
"