commit ac0d84ffcf16a5a00dbdf961db2bf60cadb0e610
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Thu Aug 6 14:00:01 2020 -0500
Disable LTO due to top level asm
zoneminder.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 22237f4..b382f1a 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -29,7 +29,7 @@
Name: zoneminder
Version: 1.34.17
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# Mootools is inder the MIT license:
http://mootools.net/
@@ -206,6 +206,10 @@ mv -f CakePHP-Enum-Behavior-%{ceb_version}
./web/api/app/Plugin/CakePHP-Enum-Beh
./utils/zmeditconfigdata.sh ZM_OPT_FAST_DELETE no
%build
+# Disable LTO due to top level asm
+# See
https://fedoraproject.org/wiki/LTOByDefault
+%define _lto_cflags %{nil}
+
%cmake3 \
-DZM_WEB_USER="%{zmuid_final}" \
-DZM_WEB_GROUP="%{zmgid_final}" \
@@ -416,6 +420,9 @@ EOF
%dir %attr(755,nginx,nginx) %{_localstatedir}/spool/zoneminder-upload
%changelog
+* Thu Aug 06 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.17-2
+- Disable LTO due to top level asm
+
* Wed Aug 05 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.17-1
- 1.34.17 Release