From 2610d58f47eedd260d336e385e92542146a7eb14dedcb0135a9c405c914e6aa9 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 12 Jul 2019 08:42:35 +0000 Subject: [PATCH] Accepting request 714693 from home:dimstar:Factory - Disable LTO: mkisofs makes weird memory accesses otherwise (boo#1141188). OBS-URL: https://build.opensuse.org/request/show/714693 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=66 --- schily.changes | 6 ++++++ schily.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/schily.changes b/schily.changes index a7914cb..97d289b 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 11 17:42:58 UTC 2019 - Dominique Leuenberger + +- Disable LTO: mkisofs makes weird memory accesses otherwise + (boo#1141188). + ------------------------------------------------------------------- Fri Jun 14 07:18:30 UTC 2019 - Jan Engelhardt diff --git a/schily.spec b/schily.spec index a47f5dc..668ecb0 100644 --- a/schily.spec +++ b/schily.spec @@ -453,6 +453,7 @@ find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+" cp %{SOURCE1} . %build +%define _lto_cflags %{nil} perl -i -pe 's{\@echo}{echo}' RULES/cc-* # Static link libhfs, only used by mkisofs. rm -fv libhfs_iso/shlhfs.mk