From 62eaae243001eeced9006ca9a0a388bb6a36a9835545e3b96c8f9e9558ea0660 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 12 Aug 2020 18:58:54 +0000 Subject: [PATCH] Accepting request 826074 from home:andythe_great:branches:Archiving Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7 exit@GLIBC_2.2.5 by adding -DCMAKE_C_FLAGS="-DBROTLI_ENCODER_CLEANUP_ON_OOM" OBS-URL: https://build.opensuse.org/request/show/826074 OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=23 --- brotli.changes | 6 ++++++ brotli.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/brotli.changes b/brotli.changes index 01a9eec..6c79ca1 100644 --- a/brotli.changes +++ b/brotli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 12 14:52:42 UTC 2020 - andy great + +- Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7 + exit@GLIBC_2.2.5. + ------------------------------------------------------------------- Tue Nov 19 23:15:31 UTC 2019 - Simon Lees diff --git a/brotli.spec b/brotli.spec index f9c1aad..b38ae12 100644 --- a/brotli.spec +++ b/brotli.spec @@ -1,7 +1,7 @@ # # spec file for package brotli # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017 Buschmann # # All modifications and additions to the file contributed by third parties @@ -102,7 +102,7 @@ RFC 7932. %autosetup -p1 %build -%cmake +%cmake -DCMAKE_C_FLAGS="-DBROTLI_ENCODER_CLEANUP_ON_OOM" %cmake_build %install