]> git.pld-linux.org Git - packages/gtk-webkit3.git/commitdiff
- release 5: recompile with -fno-delete-null-pointer-checks (relies on this==NULL... auto/th/gtk-webkit3-2.4.11-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jul 2018 20:29:01 +0000 (22:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jul 2018 20:29:01 +0000 (22:29 +0200)
gtk-webkit3.spec

index 4fbd2b5d428123427f1ba29aaf25700317dee0f4..9837c1b9fb1e21c86059152ad62bf64779886e4a 100644 (file)
@@ -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" \
This page took 0.100988 seconds and 4 git commands to generate.