summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2017-07-06 14:24:19 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-07-10 13:20:30 +0100
commite1786ee7f6fdd4508c5f4720b9d134cd7a6753d7 (patch)
treec3b675275d530a5782801300b7384166f621a159
parentb2c8665777fe1e926953d90d9f9268d3f7210f5b (diff)
Enable debug information build on spec file
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@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
-rw-r--r--mingw-spice-vdagent.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-spice-vdagent.spec.in b/mingw-spice-vdagent.spec.in
index 3f8d4f7..563341d 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