mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libvirt: fix build with lvm2
libvirt needs a lvm2 standard install since its addition in commitccfc90e101to avoid the following build failure: ../output-1/build/libvirt-7.4.0/meson.build:1831:6: ERROR: Program 'pvcreate' not found Fixes: - http://autobuild.buildroot.org/results/dc9af7a677af7e53c1240ebbee5b0edc84c8cf52 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitd0bd34ab20) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
eb4f027d55
commit
0d6c66fa7e
@@ -166,7 +166,7 @@ else
|
||||
LIBVIRT_CONF_OPTS += -Dselinux=disabled -Dsecdriver_selinux=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LVM2),y)
|
||||
ifeq ($(BR2_PACKAGE_LVM2_STANDARD_INSTALL),y)
|
||||
LIBVIRT_CONF_OPTS += -Dstorage_lvm=enabled
|
||||
LIBVIRT_DEPENDENCIES += lvm2
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user