Yaniv Bronhaim has uploaded a new change for review. Change subject: Arranging format of configure flags to avoid conflicts later ......................................................................
Arranging format of configure flags to avoid conflicts later Change-Id: I8deb5b4f32a8c0ef002758be714d15f8514a205b Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/78/35578/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index d15f5c2..4cddd44 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -678,7 +678,8 @@ %if 0%{?enable_autotools} autoreconf -if %endif -%configure %{?with_hooks:--enable-hooks} %{?with_chown_hack:--enable-chown-hack} +%configure %{?with_hooks:--enable-hooks} \ + %{?with_chown_hack:--enable-chown-hack} make # Setting software_version and software_revision in dsaversion.py baserelease=`echo "%{release}" | sed 's/\([0-9]\+\(\.[0-9]\+\)\?\).*/\1/'` -- To view, visit http://gerrit.ovirt.org/35578 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8deb5b4f32a8c0ef002758be714d15f8514a205b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
