git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c76bca
)
libguestfs: Use --with-virt-v2v-nbdkit-python-plugin=python3
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 16 Jan 2019 12:45:15 +0000
(12:45 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/config.ml
b/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