buildrootschalter/package/systemd
Jörg Krause ffa33dc552 package/.mk files: remove --localstatedir=/var from autotools packages
Remove --localstatedir=/var from all autotools packages where it is no longer
needed.

Also remove --localstatedir=/var/lib/dhcp from package dhcp. localstatedir is
used by dhcp to set the default directory for the leases files. This can also
be done by setting --with-*-lease-file=/var/lib/dhcp/*, which is done in
dhcp.mk.

A custom --localstatedir is left in:
* proftpd.mk
* mysql.mk

This is safe to do:
One of the good thing with autoconf is that if you pass:
        --localstatedir=/var ... --localstatedir=/var/something
Then /var/something will be used. So, we can set --localstatedir=/var
by default in the infrastructure, and still have certain packages doing
weird things override it. [Thanks to Thomas Petazzoni]

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>
2014-10-18 19:27:42 +02:00
..
Config.in systemd: add SMACK support option. 2014-06-08 16:31:15 +02:00
network.service systemd: add network unit file 2014-06-14 18:41:08 +02:00
systemd-01-fix-getty-unit.patch
systemd-02-build-sys-revert-use-of-ln-relative-option.patch systemd: bump to version 215 2014-07-26 09:08:39 +02:00
systemd-03-fix-am-path-libgcrypt-no-found.patch systemd: bump to version 214 2014-07-18 21:27:48 +02:00
systemd.mk package/.mk files: remove --localstatedir=/var from autotools packages 2014-10-18 19:27:42 +02:00