Commit 80b779a5 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Set localstatedir explicitly, otherwise it ends up as /usr/var.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1738 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 89f27177
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment