gatling: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:35:09 -07:00 committed by classabbyamp
parent 449e34c9eb
commit 98f9005300

View file

@ -1,7 +1,7 @@
# Template file for 'gatling'
pkgname=gatling
version=0.16
revision=2
revision=3
build_style=gnu-makefile
make_build_target="gatling dl getlinks"
make_install_args="MANDIR=/usr/share/man"
@ -13,6 +13,10 @@ homepage="http://www.fefe.de/gatling"
distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
checksum=5f96438ee201d7f1f6c2e0849ff273b196bdc7493f29a719ce8ed08c8be6365b
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
CFLAGS="-std=c99 -I${XBPS_CROSS_BASE}/usr/include/libowfat -fcommon"
pre_build() {