wrk: rebuild against OpenSSL
This commit is contained in:
parent
743e0a98fc
commit
1a37b34ae2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'wrk'
|
# Template file for 'wrk'
|
||||||
pkgname=wrk
|
pkgname=wrk
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
|
make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
|
||||||
hostmakedepends="LuaJIT"
|
hostmakedepends="LuaJIT"
|
||||||
makedepends="LuaJIT-devel libressl-devel"
|
makedepends="LuaJIT-devel openssl-devel"
|
||||||
short_desc="Modern HTTP benchmarking tool"
|
short_desc="Modern HTTP benchmarking tool"
|
||||||
maintainer="Noel Cower <ncower@nil.dev>"
|
maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue