From a1a4d1313eab6045e37abf39d4881580a1f9327d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 25 Sep 2012 13:40:49 +0200 Subject: [PATCH] configure with --disable-werror There is no problem right now, but in general using -Werror for distribution builds is a PITA. --- libwpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwpd.spec b/libwpd.spec index bef75af..666c1ba 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -33,7 +33,7 @@ Includes and definitions for developing with libwpd. %setup -q %build -%configure --without-docs --disable-static +%configure --without-docs --disable-static --disable-werror sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags}