mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
nginx: rebuild for libxcrypt
This commit is contained in:
parent
85947b4447
commit
473464fd8a
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue