From f6356edd67b8fc5ee61f3eb326a626af5bb7cf09f229a073876997f4693d4340 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 17 Oct 2023 12:36:03 +0000 Subject: [PATCH] Accepting request 1118279 from home:dirkmueller:Factory - build with optflags again - Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7 OBS-URL: https://build.opensuse.org/request/show/1118279 OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=38 --- brotli.changes | 7 ++++++- brotli.spec | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/brotli.changes b/brotli.changes index 10ee691..0831e8e 100644 --- a/brotli.changes +++ b/brotli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 17 10:43:01 UTC 2023 - Dirk Müller + +- build with optflags again + ------------------------------------------------------------------- Thu Aug 31 09:53:27 UTC 2023 - Jan Engelhardt @@ -35,7 +40,7 @@ Thu Aug 27 14:32:26 UTC 2020 - Jan Engelhardt ------------------------------------------------------------------- Wed Aug 12 14:52:42 UTC 2020 - andy great -- Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7 +- Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7 exit@GLIBC_2.2.5. ------------------------------------------------------------------- diff --git a/brotli.spec b/brotli.spec index 52cf1c4..e060c35 100644 --- a/brotli.spec +++ b/brotli.spec @@ -101,7 +101,8 @@ RFC 7932. %autosetup -p1 %build -%cmake -DCMAKE_C_FLAGS="-DBROTLI_ENCODER_CLEANUP_ON_OOM" +export CFLAGS="%{optflags} -DBROTLI_ENCODER_CLEANUP_ON_OOM" +%cmake %cmake_build %install