[packages/gtk-webkit3] - release 5: recompile with -fno-delete-null-pointer-checks (relies on this==NULL checks)
qboosh
qboosh at pld-linux.org
Sun Jul 29 22:26:59 CEST 2018
commit 5d56e6e0277ee1fb8a8a5641e21fc8b34830388b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 29 22:29:01 2018 +0200
- release 5: recompile with -fno-delete-null-pointer-checks (relies on this==NULL checks)
gtk-webkit3.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index 4fbd2b5..9837c1b 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -11,7 +11,7 @@ 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: 4
+Release: 5
License: BSD-like
Group: X11/Libraries
Source0: http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
@@ -151,6 +151,9 @@ Dokumentacja API WebKita.
%{__autoconf}
%{__autoheader}
%{__automake}
+%if "%{cxx_version}" >= "4.9"
+CXXFLAGS="%{rpmcxxflags} -fno-delete-null-pointer-checks"
+%endif
%configure \
%ifarch %{x8664}
LDFLAGS="%{rpmldflags} -fuse-ld=gold" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit3.git/commitdiff/5d56e6e0277ee1fb8a8a5641e21fc8b34830388b
More information about the pld-cvs-commit
mailing list