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:
0aa1cf7
)
libguestfs: Disable valgrind-daemon since we're supposed to be testing production...
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 11 Oct 2013 14:36:06 +0000
(15:36 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 11 Oct 2013 14:36:06 +0000
(15:36 +0100)
config.ml
patch
|
blob
|
history
diff --git
a/config.ml
b/config.ml
index
6b44dc9
..
6016647
100644
(file)
--- a/
config.ml
+++ b/
config.ml
@@
-23,13
+23,15
@@
let libguestfs_localconfigure source =
#!/bin/bash -
. localenv
+# NB: --enable-valgrind-daemon is disabled because we
+# should be checking production builds.
+
%s \\
--prefix /usr \\
--disable-static \\
--with-default-backend=libvirt \\
--enable-gcc-warnings \\
--enable-gtk-doc \\
- --enable-valgrind-daemon \\
-C \\
\"$@\"
" configure