diff options
Diffstat (limited to 'main/varnish/APKBUILD')
-rw-r--r-- | main/varnish/APKBUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/main/varnish/APKBUILD b/main/varnish/APKBUILD index 426caae962..6fafe2088b 100644 --- a/main/varnish/APKBUILD +++ b/main/varnish/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=varnish pkgver=3.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" license="BSD" -depends="gcc" +depends="gcc libc-dev" depends_dev= makedepends="$depends_dev pcre-dev ncurses-dev" install="" @@ -18,12 +18,6 @@ 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 |