Avahi: Use /var as localstatedir.

Reported by Lluís Batlle.

svn path=/nixpkgs/trunk/; revision=21672
This commit is contained in:
Ludovic Courtès
2010-05-08 22:24:39 +00:00
parent 8d9af6d596
commit cfd8533c8d
2 changed files with 24 additions and 5 deletions
@@ -0,0 +1,14 @@
Don't "mkdir $(localstatedir)" since we can't do it (/var).
--- avahi-0.6.25/avahi-daemon/Makefile.in 2009-04-14 03:57:14.000000000 +0200
+++ avahi-0.6.25/avahi-daemon/Makefile.in 2010-05-09 00:12:35.000000000 +0200
@@ -1310,7 +1310,7 @@ xmllint:
done
install-data-local:
- test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: