Mailing List Archive

r1738 - trunk/varnish-cache/debian
Author: des
Date: 2007-07-20 13:25:21 +0200 (Fri, 20 Jul 2007)
New Revision: 1738

Modified:
trunk/varnish-cache/debian/rules
Log:
Set localstatedir explicitly, otherwise it ends up as /usr/var.


Modified: trunk/varnish-cache/debian/rules
===================================================================
--- trunk/varnish-cache/debian/rules 2007-07-20 11:10:55 UTC (rev 1737)
+++ trunk/varnish-cache/debian/rules 2007-07-20 11:25:21 UTC (rev 1738)
@@ -32,7 +32,7 @@
# 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