From 47949112e39cdcd7012b45dc1b466957811cce0933f1f0c8b02ae8adc7d4dd50 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Wed, 15 May 2019 06:01:04 +0000 Subject: [PATCH] Accepting request 703055 from home:NMoreyChaisemartin:branches:science:HPC - Disable Werror to handle boo#1121267 OBS-URL: https://build.opensuse.org/request/show/703055 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=31 --- openucx.changes | 5 +++++ openucx.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openucx.changes b/openucx.changes index f2ab629..bf18095 100644 --- a/openucx.changes +++ b/openucx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 15 05:52:55 UTC 2019 - Nicolas Morey-Chaisemartin + +- Disable Werror to handle boo#1121267 + ------------------------------------------------------------------- Mon Feb 25 07:56:39 UTC 2019 - nmorey diff --git a/openucx.spec b/openucx.spec index 7434557..0b2516f 100644 --- a/openucx.spec +++ b/openucx.spec @@ -152,7 +152,8 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2" %endif --docdir="%_docdir/%name" -make %{?_smp_mflags} V=1 +# Override BASE_CFLAGS to disable Werror (boo#1121267) +make %{?_smp_mflags} V=1 BASE_CFLAGS="-g -Wall" %post -n libucp0 -p /sbin/ldconfig %postun -n libucp0 -p /sbin/ldconfig