Accepting request 1131383 from home:Guillaume_G:PAC_BTI

- Compile with openSUSE flags

OBS-URL: https://build.opensuse.org/request/show/1131383
OBS-URL: https://build.opensuse.org/package/show/Archiving/pigz?expand=0&rev=14
This commit is contained in:
Marcus Meissner 2023-12-07 10:15:08 +00:00 committed by Git OBS Bridge
parent 5770208b60
commit 9983e2fd18
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 6 14:50:18 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Compile with openSUSE flags
-------------------------------------------------------------------
Mon Sep 4 12:55:45 UTC 2023 - pgajdos@suse.com

View File

@ -33,8 +33,12 @@ A parallel implementation of gzip for modern multi-processor, multi-core machine
%prep
%autosetup -p1
# Workaround until fixed upstream - https://github.com/madler/pigz/issues/114
sed -i 's#CFLAGS=#CFLAGS?=#' Makefile
sed -i 's#LDFLAGS=#LDFLAGS?=#' Makefile
%build
%set_build_flags
%make_build
%check