]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- fix configure call (missing slash)
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 12 Feb 2015 21:09:32 +0000 (22:09 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 12 Feb 2015 21:09:32 +0000 (22:09 +0100)
qemu.spec

index 41563e984d934ee01d2897bd75ba9d577e1ee6b2..2d496e0deb105d31bba206650a30aa7cdf2bf06d 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -761,7 +761,7 @@ ln -s ../error.h qapi/error.h
        %{__enable_disable spice} \
        %{__enable_disable smartcard smartcard-nss} \
        --enable-tpm \
-       --enable-trace-backends="nop%{?with_systemtap:,dtrace}%{?with_lttng:,ust}"
+       --enable-trace-backends="nop%{?with_systemtap:,dtrace}%{?with_lttng:,ust}" \
        %{__enable_disable usbredir usb-redir} \
        --enable-uuid \
        --enable-vde \
This page took 0.029551 seconds and 4 git commands to generate.