commit:     ce4a096fd6727f2f34330e3edf3de409fccc8dab
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 20:41:37 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 20:41:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4a096f

sys-fs/lvm2: work around faulty device-mapper target

Bug: https://bugs.gentoo.org/878131
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-fs/lvm2/lvm2-2.03.16.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-fs/lvm2/lvm2-2.03.16.ebuild b/sys-fs/lvm2/lvm2-2.03.16.ebuild
index d3922e5152cf..cd7d14565326 100644
--- a/sys-fs/lvm2/lvm2-2.03.16.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.16.ebuild
@@ -201,6 +201,8 @@ src_compile() {
 
        if use device-mapper-only ; then
                emake V=1 device-mapper
+               # https://bugs.gentoo.org/878131
+               emake -C libdm/dm-tools V=1 device-mapper
        else
                emake V=1
                emake V=1 CC="$(tc-getCC)" -C scripts 
#lvm2_activation_generator_systemd_red_hat

Reply via email to