[qtwebkit] build-webkit --system-malloc (uncontionally, WAS only ppc)

Rex Dieter rdieter at fedoraproject.org
Mon Dec 9 17:16:17 UTC 2013


commit a0ea2817bb9c2811877ad7f5ed5a1119030f2da5
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Dec 9 11:16:17 2013 -0600

    build-webkit --system-malloc (uncontionally, WAS only ppc)

 qtwebkit.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qtwebkit.spec b/qtwebkit.spec
index 655a421..54b04cb 100644
--- a/qtwebkit.spec
+++ b/qtwebkit.spec
@@ -3,7 +3,7 @@ Name: qtwebkit
 Summary: Qt WebKit bindings
 
 Version: 2.3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: LGPLv2 with exceptions or GPLv3 with exceptions
 URL: http://trac.webkit.org/wiki/QtWebKit
@@ -35,7 +35,7 @@ Patch3: qtwebkit-2.3-debuginfo.patch
 # tweak linker flags to minimize memory usage on "small" platforms
 Patch4: qtwebkit-2.3-save_memory.patch
 
-# use SYSTEM_MALLOC on ppc/ppc64
+# use SYSTEM_MALLOC on ppc/ppc64, plus some additional minor tweaks (needed only on ppc? -- rex)
 Patch10: qtwebkit-ppc.patch
 
 # add missing function Double2Ints(), backport
@@ -132,6 +132,7 @@ QTDIR=%{_qt4_prefix}; export QTDIR
   --release \
   --qmakearg="CONFIG+=production_build DEFINES+=HAVE_LIBWEBP=1" \
   --makeargs=%{?_smp_mflags} \
+  --system-malloc \
 %ifarch %{ix86}
    --no-force-sse2
 %endif
@@ -171,6 +172,9 @@ popd
 
 
 %changelog
+* Mon Dec 09 2013 Rex Dieter <rdieter at fedoraproject.org> 2.3.3-2
+- build-webkit --system-malloc (uncontionally, WAS only ppc)
+
 * Thu Oct 03 2013 Rex Dieter <rdieter at fedoraproject.org> 2.3.3-1
 - qtwebkit-2.3.3
 - include some post 2.3.3 commits/fixes


More information about the scm-commits mailing list