From ebd4f1e1d6de59920f9850c5cf6bc9d3c072ea95 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 12 Dec 2013 15:59:30 +0100 Subject: [PATCH] --disable-werror does not exist --- libeot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeot.spec b/libeot.spec index cbcee62..db0cf60 100644 --- a/libeot.spec +++ b/libeot.spec @@ -34,7 +34,7 @@ supported currently. %setup -q %build -%configure --disable-silent-rules --disable-static --disable-werror +%configure --disable-silent-rules --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' \