From e7a5d7605cfc34952414025a53f800ef534d61fb Mon Sep 17 00:00:00 2001 From: ssm Date: Fri, 10 Aug 2007 14:05:32 +0000 Subject: [PATCH] Added missing dependency on "libc6-dev | libc-dev" for vcl compilation git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1831 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/debian/control b/varnish-cache/debian/control index e5dca600..70fbbeee 100644 --- a/varnish-cache/debian/control +++ b/varnish-cache/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: varnish Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libvarnish +Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libvarnish, libc6-dev | libc-dev Description: A state-of-the-art, high-performance HTTP accelerator varnish is the server-side alternative to Squid, written primarily with speed in mind, and with a look to implementing full ESI-support in -- 2.39.5