Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

Alberto Garcia berto at igalia.com
Fri Nov 10 15:08:53 UTC 2017


On Fri, Nov 10, 2017 at 03:49:58PM +0100, Helmut Grohne wrote:
> ifeq ($(DEB_HOST_ARCH_BITS),32)
>  	LDFLAGS += -Wl,--no-keep-memory
>  endif
>  
> -ifeq ($(DEB_BUILD_ARCH),alpha)
> +ifeq ($(DEB_HOST_ARCH),alpha)
>  	LDFLAGS += -Wl,--no-relax
>  endif

Wait a minute, why do you change this to DEB_HOST_ARCH here? Shouldn't
we be using the DEB_BUILD_* variables in these two cases?

Berto



More information about the Pkg-webkit-maintainers mailing list