package/lvm2: make a standard install for host

Use the standard install for the host, so e.g. pvcreate is installed as
well. pvcreate is needed for libvirt.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
Fabrice Fontaine 2021-09-26 22:34:28 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 041e4b1cea
commit cadf33cab9

View File

@ -72,9 +72,8 @@ HOST_LVM2_CONF_OPTS = \
--disable-dmeventd \
--disable-fsadm \
--disable-readline \
--disable-selinux
HOST_LVM2_MAKE_OPTS = device-mapper
HOST_LVM2_INSTALL_OPTS = install_device-mapper
--disable-selinux \
--with-confdir=$(HOST_DIR)/etc
$(eval $(autotools-package))
$(eval $(host-autotools-package))