]> git.pld-linux.org Git - packages/gtk-webkit3.git/commitdiff
- release 6: disable debuginfo for 32-bit x86 ABIs auto/th/gtk-webkit3-2.4.11-6
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jul 2018 03:32:49 +0000 (05:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jul 2018 03:32:49 +0000 (05:32 +0200)
gtk-webkit3.spec

index 9837c1b9fb1e21c86059152ad62bf64779886e4a..90e23cad521c6df5bc87d36c53eeb88ab7778455 100644 (file)
@@ -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
This page took 0.132355 seconds and 4 git commands to generate.