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