nginx: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:08:11 -07:00 committed by classabbyamp
parent 85947b4447
commit 473464fd8a

View file

@ -4,7 +4,7 @@
# See comments in mime-types template
pkgname=nginx
version=1.24.0
revision=4
revision=5
_tests_commit=36a4563f7f00
_njs_version=0.7.12
create_wrksrc=yes
@ -71,6 +71,10 @@ checksum="77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d
# Tests fail when nginx run as root and there is no nginx user
make_check=ci-skip
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
# NOTE:
# On update, the pregenerated header file for ARM may need synchronization.
# See srcpkgs/nginx/files/ngx_auto_config.h.armv6l.patch for more information.