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>
This commit is contained in:
parent
b3ed7c2d68
commit
ffa33dc552
@ -67,7 +67,7 @@ AVAHI_CONF_ENV = ac_cv_func_strtod=yes \
|
||||
avahi_cv_sys_cxx_works=yes \
|
||||
DATADIRNAME=share
|
||||
|
||||
AVAHI_CONF_OPTS = --localstatedir=/var \
|
||||
AVAHI_CONF_OPTS = \
|
||||
--disable-qt3 \
|
||||
--disable-qt4 \
|
||||
--disable-gdbm \
|
||||
|
@ -20,7 +20,7 @@ BIND_TARGET_SERVER_SBIN += dnssec-keyfromlabel dnssec-signzone
|
||||
BIND_TARGET_TOOLS_BIN = dig host nslookup nsupdate
|
||||
BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \
|
||||
BUILD_CFLAGS="$(TARGET_CFLAGS)"
|
||||
BIND_CONF_OPTS = --localstatedir=/var \
|
||||
BIND_CONF_OPTS = \
|
||||
--with-randomdev=/dev/urandom \
|
||||
--enable-epoll --with-libtool \
|
||||
--with-gssapi=no --enable-rrl
|
||||
|
@ -24,7 +24,7 @@ COLLECTD_PLUGINS_DISABLE = amqp apple_sensors aquaero ascent dbi email \
|
||||
COLLECTD_CONF_ENV += LIBS="-lm"
|
||||
|
||||
COLLECTD_CONF_OPTS += --with-nan-emulation --with-fp-layout=nothing \
|
||||
--localstatedir=/var --with-perl-bindings=no \
|
||||
--with-perl-bindings=no \
|
||||
$(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_APACHE),--enable-apache,--disable-apache) \
|
||||
|
@ -11,7 +11,7 @@ CONNMAN_DEPENDENCIES = libglib2 dbus iptables
|
||||
CONNMAN_INSTALL_STAGING = YES
|
||||
CONNMAN_LICENSE = GPLv2
|
||||
CONNMAN_LICENSE_FILES = COPYING
|
||||
CONNMAN_CONF_OPTS += --localstatedir=/var \
|
||||
CONNMAN_CONF_OPTS += \
|
||||
$(if $(BR2_PACKAGE_CONNMAN_DEBUG),--enable-debug,--disable-debug) \
|
||||
$(if $(BR2_PACKAGE_CONNMAN_ETHERNET),--enable-ethernet,--disable-ethernet) \
|
||||
$(if $(BR2_PACKAGE_CONNMAN_WIFI),--enable-wifi,--disable-wifi) \
|
||||
|
@ -17,8 +17,7 @@ CUPS_CONF_OPTS = --without-perl \
|
||||
--without-php \
|
||||
--disable-gnutls \
|
||||
--disable-gssapi \
|
||||
--libdir=/usr/lib \
|
||||
--localstatedir=/var
|
||||
--libdir=/usr/lib
|
||||
CUPS_CONFIG_SCRIPTS = cups-config
|
||||
|
||||
CUPS_DEPENDENCIES = $(if $(BR2_PACKAGE_ZLIB),zlib) \
|
||||
|
@ -14,7 +14,7 @@ DBUS_GLIB_CONF_ENV = ac_cv_have_abstract_sockets=yes \
|
||||
ac_cv_func_posix_getpwnam_r=yes \
|
||||
have_abstract_sockets=yes
|
||||
|
||||
DBUS_GLIB_CONF_OPTS = --localstatedir=/var \
|
||||
DBUS_GLIB_CONF_OPTS = \
|
||||
--disable-tests \
|
||||
--disable-xml-docs \
|
||||
--with-introspect-xml=$(DBUS_HOST_INTROSPECT) \
|
||||
|
@ -25,7 +25,6 @@ DBUS_CONF_OPTS = --with-dbus-user=dbus \
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs \
|
||||
--disable-dnotify \
|
||||
--localstatedir=/var \
|
||||
--with-xml=expat \
|
||||
--with-system-socket=/var/run/dbus/system_bus_socket \
|
||||
--with-system-pid-file=/var/run/messagebus.pid
|
||||
|
@ -14,7 +14,6 @@ DHCP_CONF_ENV = \
|
||||
-D_PATH_DHCLIENT_CONF=\"/etc/dhcp/dhclient.conf\"' \
|
||||
ac_cv_file__dev_random=yes
|
||||
DHCP_CONF_OPTS = \
|
||||
--localstatedir=/var/lib/dhcp \
|
||||
--with-srv-lease-file=/var/lib/dhcp/dhcpd.leases \
|
||||
--with-srv6-lease-file=/var/lib/dhcp/dhcpd6.leases \
|
||||
--with-cli-lease-file=/var/lib/dhcp/dhclient.leases \
|
||||
|
@ -14,7 +14,6 @@ DIRECTFB_INSTALL_STAGING = YES
|
||||
DIRECTFB_AUTORECONF = YES
|
||||
|
||||
DIRECTFB_CONF_OPTS = \
|
||||
--localstatedir=/var \
|
||||
--disable-explicit-deps \
|
||||
--enable-zlib \
|
||||
--enable-freetype \
|
||||
|
@ -14,7 +14,6 @@ LIGHTTPD_DEPENDENCIES = host-pkgconf
|
||||
LIGHTTPD_CONF_OPTS = \
|
||||
--libdir=/usr/lib/lighttpd \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
$(if $(BR2_LARGEFILE),,--disable-lfs)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
|
||||
|
@ -8,7 +8,7 @@ NDISC6_VERSION = 1.0.2
|
||||
NDISC6_SOURCE = ndisc6-$(NDISC6_VERSION).tar.bz2
|
||||
NDISC6_SITE = http://www.remlab.net/files/ndisc6
|
||||
NDISC6_CONF_ENV = CC="$(TARGET_CC) -std=gnu99"
|
||||
NDISC6_CONF_OPTS = --localstatedir=/var --disable-rpath --disable-suid-install
|
||||
NDISC6_CONF_OPTS = --disable-rpath --disable-suid-install
|
||||
NDISC6_LICENSE = GPLv2 or GPLv3
|
||||
NDISC6_LICENSE_FILES = COPYING
|
||||
|
||||
|
@ -30,7 +30,6 @@ NETWORK_MANAGER_CONF_OPTS = \
|
||||
--disable-more-warnings \
|
||||
--without-docs \
|
||||
--disable-gtk-doc \
|
||||
--localstatedir=/var \
|
||||
--with-crypto=gnutls \
|
||||
--with-iptables=/usr/sbin/iptables \
|
||||
--disable-ifupdown \
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
NSS_MDNS_VERSION = 0.10
|
||||
NSS_MDNS_SITE = http://0pointer.de/lennart/projects/nss-mdns
|
||||
NSS_MDNS_CONF_OPTS = --localstatedir=/var
|
||||
NSS_MDNS_LICENSE = LGPLv2.1+
|
||||
NSS_MDNS_LICENSE_FILES = LICENSE
|
||||
|
||||
|
@ -9,7 +9,6 @@ OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprof
|
||||
OPROFILE_LICENSE = GPLv2+
|
||||
OPROFILE_LICENSE_FILES = COPYING
|
||||
OPROFILE_CONF_OPTS = \
|
||||
--localstatedir=/var \
|
||||
--disable-account-check \
|
||||
--enable-gui=no \
|
||||
--with-kernel=$(STAGING_DIR)/usr
|
||||
|
@ -18,7 +18,6 @@ PHP_CONF_OPTS = --mandir=/usr/share/man \
|
||||
--disable-all \
|
||||
--without-pear \
|
||||
--with-config-file-path=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-rpath
|
||||
PHP_CONF_ENV = EXTRA_LIBS="$(PHP_EXTRA_LIBS)"
|
||||
|
||||
|
@ -11,7 +11,6 @@ PULSEAUDIO_INSTALL_STAGING = YES
|
||||
PULSEAUDIO_LICENSE = LGPLv2.1+ (specific license for modules, see LICENSE file)
|
||||
PULSEAUDIO_LICENSE_FILES = LICENSE GPL LGPL
|
||||
PULSEAUDIO_CONF_OPTS = \
|
||||
--localstatedir=/var \
|
||||
--disable-default-build-tests \
|
||||
--disable-legacy-runtime-dir \
|
||||
--disable-legacy-database-entry-format \
|
||||
|
@ -33,7 +33,6 @@ SAMBA_CONF_ENV = \
|
||||
$(if $(BR2_PACKAGE_SAMBA_AVAHI),AVAHI_LIBS=-pthread)
|
||||
|
||||
SAMBA_CONF_OPTS = \
|
||||
--localstatedir=/var \
|
||||
--with-piddir=/var/run \
|
||||
--with-lockdir=/var/lock \
|
||||
--with-logfilebase=/var/log \
|
||||
|
@ -10,7 +10,7 @@ SDL_NET_SOURCE = SDL_net-$(SDL_NET_VERSION).tar.gz
|
||||
SDL_NET_LICENSE = zlib
|
||||
SDL_NET_LICENSE_FILES = COPYING
|
||||
|
||||
SDL_NET_CONF_OPTS = --localstatedir=/var \
|
||||
SDL_NET_CONF_OPTS = \
|
||||
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
||||
|
||||
|
@ -14,7 +14,6 @@ SED_CONF_OPTS = --bindir=/usr/bin \
|
||||
--libexecdir=/usr/lib \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--include=$(STAGING_DIR)/usr/include
|
||||
|
@ -15,8 +15,7 @@ SQLCIPHER_CONF_ENV = \
|
||||
TCLSH_CMD=$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)
|
||||
|
||||
SQLCIPHER_CONF_OPTS = \
|
||||
--enable-threadsafe \
|
||||
--localstatedir=/var
|
||||
--enable-threadsafe
|
||||
|
||||
SQLCIPHER_CFLAGS += -DSQLITE_HAS_CODEC # Required according to the README
|
||||
SQLCIPHER_LDFLAGS += -lcrypto -lz
|
||||
|
@ -39,9 +39,6 @@ endif
|
||||
|
||||
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)"
|
||||
|
||||
SQLITE_CONF_OPTS = \
|
||||
--localstatedir=/var
|
||||
|
||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
||||
SQLITE_CONF_OPTS += --enable-dynamic-extensions=no
|
||||
endif
|
||||
|
@ -29,7 +29,6 @@ endif
|
||||
SYSTEMD_CONF_OPTS += \
|
||||
--with-rootprefix= \
|
||||
--with-rootlibdir=/lib \
|
||||
--localstatedir=/var \
|
||||
--enable-static=no \
|
||||
--disable-manpages \
|
||||
--disable-selinux \
|
||||
|
@ -58,7 +58,7 @@ XSERVER_XORG_SERVER_CONF_OPTS = --disable-config-hal \
|
||||
--disable-xnest --disable-xephyr --disable-dmx \
|
||||
--with-builder-addr=buildroot@buildroot.org \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
|
||||
--with-fontrootdir=/usr/share/fonts/X11/ --localstatedir=/var \
|
||||
--with-fontrootdir=/usr/share/fonts/X11/ \
|
||||
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
|
||||
|
Loading…
Reference in New Issue
Block a user