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:
commit
1add4b1ecc
@ -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>
|
Tue Nov 19 23:15:31 UTC 2019 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package brotli
|
# spec file for package brotli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
|
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -102,7 +102,7 @@ RFC 7932.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake -DCMAKE_C_FLAGS="-DBROTLI_ENCODER_CLEANUP_ON_OOM"
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user