forked from pool/schily
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
This commit is contained in:
parent
bad9fd5ad3
commit
2610d58f47
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 17:42:58 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Disable LTO: mkisofs makes weird memory accesses otherwise
|
||||||
|
(boo#1141188).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 14 07:18:30 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Jun 14 07:18:30 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -453,6 +453,7 @@ find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
perl -i -pe 's{\@echo}{echo}' RULES/cc-*
|
perl -i -pe 's{\@echo}{echo}' RULES/cc-*
|
||||||
# Static link libhfs, only used by mkisofs.
|
# Static link libhfs, only used by mkisofs.
|
||||||
rm -fv libhfs_iso/shlhfs.mk
|
rm -fv libhfs_iso/shlhfs.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user