Bug#764341: [PATCH] Re-enable JIT, YARR_JIT and ASSEMBLER on armhf, disabled by mistake when inverting the test.
Iain Lane
iain.lane at canonical.com
Tue Oct 7 11:47:05 UTC 2014
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fac5640..5c0c01b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+webkitgtk (2.4.6-2) UNRELEASED; urgency=medium
+
+ * Re-enable JIT, YARR_JIT and ASSEMBLER on armhf, disabled by mistake when
+ inverting the test.
+
+ -- Iain Lane <iain.lane at canonical.com> Tue, 07 Oct 2014 12:39:18 +0100
+
webkitgtk (2.4.6-1) unstable; urgency=high
* New upstream release.
diff --git a/debian/rules b/debian/rules
index db86986..b1a6ab5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel))
endif
# See https://bugs.webkit.org/show_bug.cgi?id=113638
-ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 armel mips mipsel))
+ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 armel armhf mips mipsel))
CPPFLAGS += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
endif
--
2.1.0
More information about the Pkg-webkit-maintainers
mailing list