Displaying 1 result from an estimated 1 matches for "76a5d77".
Did you mean:
765277
2011 Jul 23
0
[PATCH] make image minimization optional
...AC_CONFIG_FILES([Makefile
augeas/Makefile
@@ -28,6 +27,7 @@ AC_CONFIG_FILES([Makefile
scripts/collectd.conf
recipe/Makefile
recipe/ovirt-node-image.ks
+ recipe/image-minimizer.ks
ovirt-node.spec
])
AC_OUTPUT
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 33a903d..76a5d77 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -80,7 +80,7 @@ however on a development machine to help to build the image.
%build
aclocal && autoheader && automake --add-missing && autoconf
-%configure
+%configure --with-image-minimizer
make
%install
dif...