package/pkg-autotools.mk: set --localstatedir=/var by default
authorJörg Krause <jkrause@posteo.de>
Fri, 17 Oct 2014 22:36:32 +0000 (00:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Oct 2014 17:27:28 +0000 (19:27 +0200)
commitb3ed7c2d6898e643dd399d926d0f94295b15a35c
tree77439327193d3df8367b2e8f128b4fafca283583
parent91709de4175a27bc5cdecd4bb65b505c726e3aa1
package/pkg-autotools.mk: set --localstatedir=/var by default

`localstatedir` is a common autoconf variable like prefix and sysconfdir. At
this time 25 autotools and one generic package uses this Makefile variable. 22
of the autotools packages use --localstatedir=/var, the remaining use custom
settings.

Setting `localstatedir` to /var is consistent with the Filesystem Hierarchy
Standard (FHS). So it's time to move it as a common definition in the
autotools infrastructure.

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-autotools.mk