[Spice-devel] [vdagent-win PATCH 1/7] Enable debug information build on spec file

Frediano Ziglio fziglio at redhat.com
Thu Jul 6 13:31:58 UTC 2017


The spec file cause the generation of debuginfo packages however
the build fails as the executables are not compiled with debugging
information.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 mingw-spice-vdagent.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mingw-spice-vdagent.spec.in b/mingw-spice-vdagent.spec.in
index d3ac53a..474c389 100644
--- a/mingw-spice-vdagent.spec.in
+++ b/mingw-spice-vdagent.spec.in
@@ -76,7 +76,7 @@ Features:
 %{mingw_debug_package}
 
 %build
-%mingw_configure
+%mingw_configure --enable-debug
 %mingw_make %{?_smp_mflags} V=1
 
 
-- 
2.9.4



More information about the Spice-devel mailing list