Accepting request 826088 from Archiving
OBS-URL: https://build.opensuse.org/request/show/826088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pigz?expand=0&rev=14
This commit is contained in:
commit
1bcedda9aa
@ -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
|
Thu Jul 12 07:29:47 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -33,10 +33,10 @@ A parallel implementation of gzip for modern multi-processor, multi-core machine
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
make %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make tests %{?_smp_mflags} CFLAGS="%{optflags}"
|
make tests %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dpm 0755 pigz \
|
install -Dpm 0755 pigz \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user