From d7af540929735380c39119d725dcbcbb97332bf1 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 15 Jun 2026 08:23:21 +0900 Subject: [PATCH] systemd/systemd: fix libpwquality dependency Without installing -dev package on build, libpwquality support is not enabled. Part-of: --- extra-repos/systemd/systemd/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index 8a1cf63db..f4f4d6861 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -61,7 +61,7 @@ makedepends=" libintl libiptcdata-dev libmicrohttpd-dev - libpwquality + libpwquality-dev libqrencode-dev libseccomp-dev libselinux-dev @@ -113,6 +113,7 @@ depends=" libgcrypt libidn2 libmount + libpwquality libqrencode libseccomp libxkbcommon