stress-ng: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:34:53 -07:00 committed by classabbyamp
parent fa74b52064
commit d49d488148

View file

@ -1,7 +1,7 @@
# Template file for 'stress-ng'
pkgname=stress-ng
version=0.17.03
revision=1
revision=2
build_style=gnu-makefile
make_use_env=1
short_desc="Load and stress a computer system"
@ -13,5 +13,6 @@ checksum=3646118dcd683bf1929357e67d36c75f950e849db48f26d298b11028e78f3e7a
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi