From 679b7c3f9229d144b51d1c17938f78e6d3a113ef4a9d0a05cf22ee532f57d204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 12:34:19 +0000 Subject: [PATCH] Accepting request 729836 from home:cgiboudeaux:fat-lto-objects - Use -ffat-lto-objects when building static libraries. OBS-URL: https://build.opensuse.org/request/show/729836 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=87 --- mupdf.changes | 5 +++++ mupdf.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/mupdf.changes b/mupdf.changes index 0d871db..79602e3 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 11:41:20 UTC 2019 - Christophe Giboudeaux + +- Use -ffat-lto-objects when building static libraries. + ------------------------------------------------------------------- Wed Aug 14 23:38:39 UTC 2019 - Xaver Hellauer diff --git a/mupdf.spec b/mupdf.spec index 1af848c..f684b75 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -93,6 +93,7 @@ echo > user.make "\ " %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects export XCFLAGS="%{optflags} -fPIC -DJBIG_NO_MEMENTO -DTOFU -DTOFU_CJK" make %{?_smp_mflags} build=release verbose=yes