[packages/qt5-qtwebkit] - disable debug info on 32-bit archs
baggins
baggins at pld-linux.org
Tue Aug 14 22:23:40 CEST 2018
commit b320c168b043d0df6322f177e5ab1172f5cc343c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Aug 14 22:23:16 2018 +0200
- disable debug info on 32-bit archs
qt5-qtwebkit.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec
index cc0d867..d01c489 100644
--- a/qt5-qtwebkit.spec
+++ b/qt5-qtwebkit.spec
@@ -17,6 +17,12 @@
%undefine with_doc
%endif
+# it's not possible to build this with debuginfo on 32bit archs due to
+# memory constraints during linking
+%ifarch %{ix86} x32
+%define _enable_debug_packages 0
+%endif
+
%define snap alpha2
%define orgname qtwebkit
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebkit.git/commitdiff/b320c168b043d0df6322f177e5ab1172f5cc343c
More information about the pld-cvs-commit
mailing list