From: Richard W.M. Jones Date: Wed, 16 Jan 2019 12:45:15 +0000 (+0000) Subject: libguestfs: Use --with-virt-v2v-nbdkit-python-plugin=python3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=73d7b030c6e27c4da25af235c8be04ae5521b617;p=goaljobs-goals.git libguestfs: Use --with-virt-v2v-nbdkit-python-plugin=python3 Since the nbdkit Python 3 plugin has a different name in Fedora. --- diff --git a/config.ml b/config.ml index 2336537..f0a5dea 100644 --- a/config.ml +++ b/config.ml @@ -45,6 +45,7 @@ let libguestfs_localconfigure source = --enable-gtk-doc \\ --disable-golang \\ --disable-erlang \\ + --with-virt-v2v-nbdkit-python-plugin=python3 \\ -C \\ \"$@\" " configure