Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2014-11-14 09:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xulrunner (Old)
 and      /work/SRC/openSUSE:Factory/.xulrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xulrunner"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes      2014-11-11 
10:15:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2014-11-14 
09:19:10.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 08:37:50 UTC 2014 - guilla...@opensuse.org
+
+- Fix %arm build (fix CFLAGS)
+- Disable elf-hack for aarch64
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xulrunner.spec ++++++
--- /var/tmp/diff_new_pack.U2hcI8/_old  2014-11-14 09:19:14.000000000 +0100
+++ /var/tmp/diff_new_pack.U2hcI8/_new  2014-11-14 09:19:14.000000000 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define version_internal 31.2.0
 %define apiversion 31
 %define uaweight 3120000
@@ -156,7 +157,6 @@
 with only mild differences from the published standard.
 %endif
 
-
 %package devel
 Summary:        XULRunner/Gecko SDK
 Group:          Development/Libraries/Other
@@ -259,7 +259,8 @@
 export LDFLAGS=" -Wl,-rpath -Wl,${MOZ_APP_DIR}"
 %ifarch %arm
 # debug symbols require too much memory during build
-export CFLAGS="${CFLAGS/-g/}"
+export CFLAGS="${CFLAGS/-g / }"
+# Limit RAM usage during link
 LDFLAGS+="-Wl,--reduce-memory-overheads -Wl,--no-keep-memory"
 %endif
 export CXXFLAGS="$CFLAGS"
@@ -285,7 +286,7 @@
 ac_add_options --disable-optimize
 %endif
 %endif
-%ifnarch ppc ppc64 ppc64le
+%ifnarch aarch64 ppc ppc64 ppc64le
 ac_add_options --enable-elf-hack
 %endif
 ac_add_options --enable-extensions=default


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to