gatling: update to 0.15.
This commit is contained in:
parent
856847b968
commit
e8dd27a0fb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gatling'
|
||||
pkgname=gatling
|
||||
version=0.14
|
||||
version=0.15
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libowfat libressl-devel zlib-devel"
|
||||
|
@ -9,11 +9,11 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.fefe.de/$pkgname/"
|
||||
distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
|
||||
checksum=6047866717332c99a7df94c530063249defb74a74cb8ba19106231120feb4119
|
||||
checksum=6fa329d0ced0c80deb8dde5460e9d9e984bee94f265043d7fdec0e253dce9aa4
|
||||
make_build_target="gatling dl getlinks"
|
||||
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||||
nopie="libowfat.a(byte_zero.o): relocation R_X86_64_PC32 against symbol \`memset@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC"
|
||||
CFLAGS+="-std=c99"
|
||||
CFLAGS+=" -std=c99"
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
|
|
Loading…
Reference in a new issue