mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gatling: rebuild for libxcrypt
This commit is contained in:
parent
449e34c9eb
commit
98f9005300
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue