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
This commit is contained in:
Jan Engelhardt 2023-10-17 12:36:03 +00:00 committed by Git OBS Bridge
parent 8be37b66af
commit f6356edd67
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 17 10:43:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- build with optflags again
-------------------------------------------------------------------
Thu Aug 31 09:53:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
@ -35,7 +40,7 @@ Thu Aug 27 14:32:26 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
-------------------------------------------------------------------
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
- Fix W: shared-lib-calls-exit /usr/lib64/libbrotlienc.so.1.0.7
exit@GLIBC_2.2.5.
-------------------------------------------------------------------

View File

@ -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