mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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>
(cherry picked from commit cadf33cab9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3f3455be95
commit
12656a6866
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user