varnish: use our jemalloc pkg, not the bundled one.
This commit is contained in:
parent
3e6c21f1a9
commit
66fcecad49
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'varnish'
|
||||
pkgname=varnish
|
||||
version=3.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
replaces="runit-void<20141013_2"
|
||||
build_options="systemd"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="pcre-devel readline-devel"
|
||||
makedepends="pcre-devel readline-devel jemalloc-devel"
|
||||
conf_files="/etc/varnish/default.vcl"
|
||||
make_dirs="/var/varnish 750 nobody nogroup"
|
||||
short_desc="A fast caching HTTP reverse proxy"
|
||||
|
|
Loading…
Reference in a new issue