gatling: update to 0.14.
This commit is contained in:
parent
5bceeb0924
commit
703a0d9fca
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gatling'
|
||||
pkgname=gatling
|
||||
version=0.13
|
||||
version=0.14
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libowfat libressl-devel zlib-devel"
|
||||
|
@ -8,11 +8,14 @@ short_desc="High performance web server"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.fefe.de/$pkgname/"
|
||||
distfiles="http://dl.fefe.de/$pkgname-$version.tar.bz2"
|
||||
checksum=b42145fdf7b66602fa8bc64661c2762172f6d33dbd9d53efebf821cd81e89245
|
||||
distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
|
||||
checksum=6047866717332c99a7df94c530063249defb74a74cb8ba19106231120feb4119
|
||||
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"
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue