Hello community, here is the log from the commit of package MozillaFirefox for openSUSE:Factory checked in at 2012-05-26 09:27:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old) and /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes 2012-05-16 21:08:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes 2012-05-26 09:27:13.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 23 14:40:16 UTC 2012 - [email protected] + +- fix build on arm + +------------------------------------------------------------------- New: ---- mozilla-arm-disable-edsp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaFirefox.spec ++++++ --- /var/tmp/diff_new_pack.jhpGdl/_old 2012-05-26 09:27:18.000000000 +0200 +++ /var/tmp/diff_new_pack.jhpGdl/_new 2012-05-26 09:27:18.000000000 +0200 @@ -94,6 +94,7 @@ Patch16: mozilla-revert_621446.patch Patch17: mozilla-libnotify.patch Patch18: mozilla-gcc47.patch +Patch19: mozilla-arm-disable-edsp.patch # Firefox/browser Patch31: firefox-browser-css.patch Patch32: firefox-cross-desktop.patch @@ -226,6 +227,7 @@ %patch16 -p1 %patch17 -p1 %patch18 -p1 +%patch19 -p1 # %patch31 -p1 %patch32 -p1 ++++++ mozilla-arm-disable-edsp.patch ++++++ # HG changeset patch # User Adrian Schröter <[email protected]> # Parent 5b26dbfe65bd4986ea3792f02bc025fec293b51f disable ESDP support (no BNC or BMO reference yet :-() diff --git a/xpcom/glue/arm.h b/xpcom/glue/arm.h --- a/xpcom/glue/arm.h +++ b/xpcom/glue/arm.h @@ -143,17 +143,17 @@ namespace mozilla { extern bool NS_COM_GLUE neon_enabled; #endif #endif } #if defined(MOZILLA_PRESUME_EDSP) # define MOZILLA_MAY_SUPPORT_EDSP 1 inline bool supports_edsp() { return true; } -#elif defined(MOZILLA_MAY_SUPPORT_EDSP) \ +#elif 0 \ && defined(MOZILLA_ARM_HAVE_CPUID_DETECTION) inline bool supports_edsp() { return arm_private::edsp_enabled; } #else inline bool supports_edsp() { return false; } #endif #if defined(MOZILLA_PRESUME_ARMV6) # define MOZILLA_MAY_SUPPORT_ARMV6 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
