From 9983e2fd18dac729fd959984add82dfef356155c3369725e0ec8108f8eaf38ce Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Dec 2023 10:15:08 +0000 Subject: [PATCH] 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 --- pigz.changes | 5 +++++ pigz.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/pigz.changes b/pigz.changes index b644d51..8a553fc 100644 --- a/pigz.changes +++ b/pigz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 6 14:50:18 UTC 2023 - Guillaume GARDET + +- Compile with openSUSE flags + ------------------------------------------------------------------- Mon Sep 4 12:55:45 UTC 2023 - pgajdos@suse.com diff --git a/pigz.spec b/pigz.spec index 971ecbc..900d821 100644 --- a/pigz.spec +++ b/pigz.spec @@ -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