[webkitgtk] Drop building with -g1 now. Fixes bug #861452

Kevin Fenzi kevin at fedoraproject.org
Sun Feb 3 03:41:21 UTC 2013


commit 47e3687d5b20a4cf3362bf8986430bbb0e05225f
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Feb 2 20:41:13 2013 -0700

    Drop building with -g1 now. Fixes bug #861452

 webkitgtk.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/webkitgtk.spec b/webkitgtk.spec
index 67455db..e7929ac 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -23,7 +23,7 @@
 
 Name:		webkitgtk
 Version:	1.10.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -124,10 +124,6 @@ autoreconf --verbose --install -I Source/autotools
 %global optflags %(echo %{optflags} | sed 's/-g/-g1/')
 %endif
 
-# Build with -g1 on all platforms to avoid running into 4 GB ar format limit
-# https://bugs.webkit.org/show_bug.cgi?id=91154
-%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
-
 # explicitly disable JIT on ARM https://bugs.webkit.org/show_bug.cgi?id=85076
 
 CFLAGS="%optflags -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure							\
@@ -230,6 +226,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/gtk-doc/html/webkitgtk
 
 %changelog
+* Sat Feb 02 2013 Kevin Fenzi <kevin at scrye.com> 1.10.2-5
+- Drop building with -g1 now. Fixes bug #861452 
+
 * Wed Jan 30 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.10.2-4
 - Rebuild against new icu again
 


More information about the scm-commits mailing list