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
This commit is contained in:
parent
b78b2385bc
commit
62eaae2430
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user