On 01/11/13 20:08, John David Anglin wrote: > On 11/1/2013 2:33 PM, Emilio Pozuelo Monfort wrote: >> On 01/09/13 22:16, John David Anglin wrote: >>> Thanks Emilio. I will forward the source changes after I check that >>> CPU(HPPA) >>> works. >> I have tweaked the changes a bit and forwarded the patch upstream: >> >> https://bugs.webkit.org/show_bug.cgi?id=123625 >> > Thanks. > > I started build of latest version Wednesday evening. Hopefully, it will be > complete when I get home. > > I believe that I need "--disable-jit" in rules but I'm not 100% sure.
It shouldn't be necessary because this snippet from debian/rules will do the same (and more): # See https://bugs.webkit.org/show_bug.cgi?id=113638 ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x)) CPPFLAGS += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 endif Emilio -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org