varnish: use our jemalloc pkg, not the bundled one.

This commit is contained in:
Juan RP 2014-10-28 12:05:51 +01:00
parent 3e6c21f1a9
commit 66fcecad49

View file

@ -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"