From 796d287f0884e6b82c2bf1ed088ee8a6474815a0 Mon Sep 17 00:00:00 2001 From: dkwo Date: Sat, 5 Apr 2025 16:40:36 -0400 Subject: [PATCH] libcap: fix bootstrap --- srcpkgs/libcap/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 468dcfd67a2..4028059276f 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -15,6 +15,8 @@ changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz" checksum=b7006c9af5168315f35fc734bf1a8d2aa70766bd8b8c4340962e05b19c35b900 +subpackages="libcap-devel libcap-progs" + if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" fi @@ -23,6 +25,7 @@ if [ "$CHROOT_READY" ]; then hostmakedepends="gperf" makedepends="pam-devel" make_build_args+=" PAM_CAP=yes" + subpackages+=" libcap-pam" else make_build_args+=" PAM_CAP=no" fi