libguestfs: Use --with-virt-v2v-nbdkit-python-plugin=python3
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 16 Jan 2019 12:45:15 +0000 (12:45 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 16 Jan 2019 12:45:15 +0000 (12:45 +0000)
Since the nbdkit Python 3 plugin has a different name in Fedora.

config.ml

index 2336537..f0a5dea 100644 (file)
--- 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