[libvisio] --enable-werror is no longer the default

David Tardon dtardon at fedoraproject.org
Fri Jan 2 18:02:28 UTC 2015


commit 44588a8d7aa2f52de1c508d5bd1cd23d4c675e74
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jan 2 19:00:31 2015 +0100

    --enable-werror is no longer the default

 libvisio.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libvisio.spec b/libvisio.spec
index 7db95a7..6f2b56e 100644
--- a/libvisio.spec
+++ b/libvisio.spec
@@ -52,7 +52,7 @@ Currently supported: XHTML, raw, plain text.
 %setup -q
 
 %build
-%configure --disable-static --disable-werror
+%configure --disable-static
 sed -i \
     -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
     -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \


More information about the scm-commits mailing list