nginx: needs libcrypt on host for configure

This commit is contained in:
classabbyamp 2023-12-25 22:39:57 -05:00
parent a535ead07a
commit 011cbe6648
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ checksum="77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d
make_check=ci-skip
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
hostmakedepends+=" libxcrypt-devel"
makedepends+=" libxcrypt-devel"
fi