[packages/qemu] - fix configure call (missing slash)
adamg
adamg at pld-linux.org
Thu Feb 12 22:09:40 CET 2015
commit e47cd81491e6281001dc7195e2407ace7555b22e
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Thu Feb 12 22:09:32 2015 +0100
- fix configure call (missing slash)
qemu.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qemu.spec b/qemu.spec
index 41563e9..2d496e0 100644
--- 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 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/e47cd81491e6281001dc7195e2407ace7555b22e
More information about the pld-cvs-commit
mailing list