]> sourceware.org Git - lvm2.git/commit
build: add vdo configuration option --with-vdo=
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 29 Jun 2018 11:38:18 +0000 (13:38 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 9 Jul 2018 13:28:35 +0000 (15:28 +0200)
commit4a90b0c4c92564adb1569824f22dc0d9a1badf5e
tree664c7f2887dc2e4446f7f983a20579a09faf64b0
parent2e05f6018bc3cbc8104ea53fb8a3e041ef5f899a
build: add vdo configuration option --with-vdo=

Checks whether VDO support is enabled.
Detects presence of 'vdoformat' tool which is required for to format VDO pool.

ATM build of VDO is NOT automatically enabled (None is default).
To enable build of LVM with VDO support use:

configure --with-vdo=internal

TODO: Maybe future version may switch to link some small VDO library for formating
(would require linking and package dependency).
configure
configure.ac
device_mapper/Makefile
include/configure.h.in
make.tmpl.in
This page took 0.033822 seconds and 5 git commands to generate.