Bug#729572: Failed to build on mips64el

Alberto Garcia berto at igalia.com
Fri Dec 13 14:15:34 UTC 2013


On Thu, Nov 14, 2013 at 09:23:00PM +0800, YunQiang Su wrote:

> Hi, I am working on Debian port for mips64el, while webkitgtk failed
> to build.

Hey, thanks for the patch. However, why do you need changes in both
places?

>  # disable jit on some architectures (bug #651636)
> -ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel))
> +ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel mips64el))
>  	COMMON_CONFIGURE_ARGUMENTS += --disable-jit
>  endif
>  
>  # See https://bugs.webkit.org/show_bug.cgi?id=113638
> -ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x))
> +ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x mips64el))
>  	CPPFLAGS += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
>  endif

Berto



More information about the Pkg-webkit-maintainers mailing list