From cf47c99737fa0cbde0cd29d0ba1c97cbc75d52c5 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 5 Jan 2013 00:42:33 +0100 Subject: main/varnish: fix build on eglibc --- main/varnish/APKBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/main/varnish/APKBUILD b/main/varnish/APKBUILD index 6f61360d99..426caae962 100644 --- a/main/varnish/APKBUILD +++ b/main/varnish/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" license="BSD" -depends="gcc uclibc-dev" +depends="gcc" depends_dev= makedepends="$depends_dev pcre-dev ncurses-dev" install="" @@ -18,6 +18,12 @@ source="http://repo.varnish-cache.org/source/varnish-$pkgver.tar.gz varnishd.logrotate varnish-3.0.3-pthread-uclibc.patch" +if [ "$ALPINE_LIBC" != "eglibc" ]; then + depends="$depends uclibc-dev" +else + depends="$depends eglibc-dev" +fi + _builddir="$srcdir"/varnish-$pkgver prepare() { local i -- cgit v1.2.3