support cracklib in pam for Gentoo's musl profile

Needed for any musl build, is default in other profiles

Change-Id: Ib7cae9124f5846d33c05f26befd8f13646a08610
This commit is contained in:
Matthew Thode 2019-01-15 09:47:46 -06:00
parent 8ca7b6b9b9
commit 1bde2591ae
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ if [[ "${GENTOO_PROFILE}" == *"musl"* ]]; then
echo "dev-vcs/git -gpg" >> /etc/portage/package.use/musl # gpg doesn't build on musl profiles
echo "=sys-block/open-iscsi-2.0.874-r1 ~amd64" >> /etc/portage/package.keywords/musl
echo "=sys-block/open-isns-0.97 ~amd64" >> /etc/portage/package.keywords/musl
echo "sys-libs/pam cracklib" >> /etc/portage/package.use/musl
fi