]> git.pld-linux.org Git - packages/gtk-webkit.git/blobdiff - gtk-webkit.spec
- release 5: recompile with -fno-delete-null-pointer-checks (relies on this==NULL...
[packages/gtk-webkit.git] / gtk-webkit.spec
index 2cf1e14aacd86ac05c6cca0f99bac63dfe5713f5..1d9018c75f7b08945d1d3e576ff1dc38c62666fd 100644 (file)
@@ -2,12 +2,17 @@
 # Conditional build:
 %bcond_without introspection   # disable introspection
 #
+# 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+ 2
 Summary(pl.UTF-8):     Port osadzalnego komponentu WWW WebKit do GTK+ 2
 Name:          gtk-webkit
 # note: 2.4.x is the last series with webkitgtk-1 API and GTK+ 2.x support
 Version:       2.4.11
-Release:       4
+Release:       5
 License:       BSD-like
 Group:         X11/Libraries
 Source0:       http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
@@ -121,6 +126,9 @@ Pliki programistyczne komponentu WebKit dla GTK+ 2.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+%if "%{cxx_version}" >= "4.9"
+CXXFLAGS="%{rpmcxxflags} -fno-delete-null-pointer-checks"
+%endif
 %configure \
 %ifarch %{x8664}
        LDFLAGS="%{rpmldflags} -fuse-ld=gold" \
This page took 0.061698 seconds and 4 git commands to generate.