[libvirt] Disable -Werror

Daniel P. Berrange berrange at fedoraproject.org
Mon Dec 15 15:29:35 UTC 2014


commit 9e11936ec52d6654ed0a8654615a12410b7bc190
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Dec 15 15:29:30 2014 +0000

    Disable -Werror

 libvirt.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index cd1fec5..5dbcecf 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -357,6 +357,8 @@
 # changes in reported warnings
 %if 0%{?rhel}
     %define enable_werror --enable-werror
+%else
+    %define enable_werror --disable-werror
 %endif
 
 


More information about the scm-commits mailing list