From 44588a8d7aa2f52de1c508d5bd1cd23d4c675e74 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 2 Jan 2015 19:00:31 +0100 Subject: [PATCH] --enable-werror is no longer the default --- libvisio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \