Accepting request 826049 from home:elvigia:branches:Archiving

- Build with -fexceptions to get compiler/os specific (aka. sane) 
  implementations of pthread_cleanup* routines.

OBS-URL: https://build.opensuse.org/request/show/826049
OBS-URL: https://build.opensuse.org/package/show/Archiving/pigz?expand=0&rev=10
This commit is contained in:
Martin Pluskal 2020-08-12 17:33:13 +00:00 committed by Git OBS Bridge
parent ea2dfac135
commit 507fd717be
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 12 14:22:56 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Build with -fexceptions to get compiler/os specific (aka. sane)
implementations of pthread_cleanup* routines.
-------------------------------------------------------------------
Thu Jul 12 07:29:47 UTC 2018 - mpluskal@suse.com

View File

@ -33,10 +33,10 @@ A parallel implementation of gzip for modern multi-processor, multi-core machine
%setup -q
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
make %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions"
%check
make tests %{?_smp_mflags} CFLAGS="%{optflags}"
make tests %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions"
%install
install -Dpm 0755 pigz \