]> err.no Git - varnish/commitdiff
Set localstatedir explicitly, otherwise it ends up as /usr/var.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jul 2007 11:25:21 +0000 (11:25 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jul 2007 11:25:21 +0000 (11:25 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1738 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/rules

index 2290b80c90e40711dafcfa76b982817392249c1a..65a4bdbafcc1b7cf024e69185a12e091e9755981 100755 (executable)
@@ -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