Mailing List Archive

r1739 - in branches/1.1: . debian
Author: des
Date: 2007-07-20 13:26:01 +0200 (Fri, 20 Jul 2007)
New Revision: 1739

Modified:
branches/1.1/
branches/1.1/debian/rules
Log:
Merged revisions 1738 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
r1738 | des | 2007-07-20 13:25:21 +0200 (Fri, 20 Jul 2007) | 2 lines

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



Property changes on: branches/1.1
___________________________________________________________________
Name: svnmerge-integrated
- /trunk/varnish-cache:1-1722,1727-1729
+ /trunk/varnish-cache:1-1722,1727-1729,1738

Modified: branches/1.1/debian/rules
===================================================================
--- branches/1.1/debian/rules 2007-07-20 11:25:21 UTC (rev 1738)
+++ branches/1.1/debian/rules 2007-07-20 11:26:01 UTC (rev 1739)
@@ -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