From: des Date: Fri, 20 Jul 2007 11:25:21 +0000 (+0000) Subject: Set localstatedir explicitly, otherwise it ends up as /usr/var. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56751fd8e84abd55248abaefc51a7b4c9d79f125;p=varnish Set localstatedir explicitly, otherwise it ends up as /usr/var. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1738 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/debian/rules b/varnish-cache/debian/rules index 2290b80c..65a4bdba 100755 --- a/varnish-cache/debian/rules +++ b/varnish-cache/debian/rules @@ -32,7 +32,7 @@ config.status: configure # The boilerplate linker flags won't allow varnish to compile :( # There are circular dependencies in the varnish libraries, but # the core developers have OK'ed that we don't check. - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" --localstatedir=/var build: build-stamp