Accepting request 826092 from 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" (forwarded request 826074 from andythe_great)

OBS-URL: https://build.opensuse.org/request/show/826092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brotli?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-08-14 07:29:40 +00:00 committed by Git OBS Bridge
commit 1add4b1ecc
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 12 14:52:42 UTC 2020 - andy great <andythe_great@pm.me>
- 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 <sflees@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package brotli
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
#
# 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