Added arm build fix
This commit is contained in:
parent
181998eadb
commit
5564d2458c
12
mozilla-build-arm.patch
Normal file
12
mozilla-build-arm.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build.neon xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build
|
||||
--- xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build.neon 2013-09-11 01:15:02.000000000 +0200
|
||||
+++ xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build 2013-09-16 11:23:40.487028288 +0200
|
||||
@@ -61,7 +61,7 @@ else:
|
||||
'yuv_row_other.cpp',
|
||||
]
|
||||
|
||||
-if CONFIG['OS_TEST'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
|
||||
+if CONFIG['HAVE_ARM_NEON']:
|
||||
CPP_SOURCES += [
|
||||
'yuv_convert_arm.cpp',
|
||||
]
|
@ -54,7 +54,7 @@
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 24.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -72,6 +72,7 @@ Source100: find-external-requires
|
||||
# Mozilla (XULRunner) patches
|
||||
Patch0: thunderbird-install-dir.patch
|
||||
Patch8: xulrunner-10.0-secondary-ipc.patch
|
||||
Patch9: mozilla-build-arm.patch
|
||||
|
||||
# Build patches
|
||||
Patch104: xulrunner-10.0-gcc47.patch
|
||||
@ -168,6 +169,7 @@ cd %{tarballdir}
|
||||
# Mozilla (XULRunner) patches
|
||||
cd mozilla
|
||||
%patch8 -p3 -b .secondary-ipc
|
||||
%patch9 -p2 -b .arm
|
||||
%patch104 -p1 -b .gcc47
|
||||
%patch300 -p2 -b .852698
|
||||
%patch400 -p1 -b .966424
|
||||
@ -440,6 +442,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2013 Martin Stransky <stransky@redhat.com> - 24.0-2
|
||||
- Added arm build fix
|
||||
|
||||
* Mon Sep 16 2013 Jan Horak <jhorak@redhat.com> - 24.0-1
|
||||
- Update to 24.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user