From 38917a1aee7da065cabd8656e76e9816a0a119e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Mon, 24 Feb 2014 17:18:16 +0100 Subject: main/varnish: disable jemalloc to fix musl build --- main/varnish/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/varnish/APKBUILD b/main/varnish/APKBUILD index a18df53862..bfd1260112 100644 --- a/main/varnish/APKBUILD +++ b/main/varnish/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=varnish pkgver=3.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" @@ -43,6 +43,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var/lib \ + --without-jemalloc \ || return 1 make || return 1 } -- cgit v1.2.3