]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/commitdiff
- disable debug info on 32-bit archs
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Aug 2018 20:23:16 +0000 (22:23 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Aug 2018 20:23:16 +0000 (22:23 +0200)
qt5-qtwebkit.spec

index cc0d8678255b8d9b5a7a337e659ec54194bed2d5..d01c4898470495b26ac6c2e2f95d031e4a9fcdb6 100644 (file)
 %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
This page took 0.241487 seconds and 4 git commands to generate.