[packages/gtk-webkit3] - release 6: disable debuginfo for 32-bit x86 ABIs

qboosh qboosh at pld-linux.org
Mon Jul 30 05:30:49 CEST 2018


commit 448b0f19ddfa0ed9d2477781245e6021a5e576c8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jul 30 05:32:49 2018 +0200

    - release 6: disable debuginfo for 32-bit x86 ABIs

 gtk-webkit3.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index 9837c1b..90e23ca 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -6,12 +6,17 @@
 %bcond_without	introspection	# disable introspection
 %bcond_without	wayland		# Wayland target
 #
+# 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
 Summary:	Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):	Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:		gtk-webkit3
 # note: for 2.6.x series see gtk-webkit4
 Version:	2.4.11
-Release:	5
+Release:	6
 License:	BSD-like
 Group:		X11/Libraries
 Source0:	http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit3.git/commitdiff/448b0f19ddfa0ed9d2477781245e6021a5e576c8



More information about the pld-cvs-commit mailing list