[Buildroot] [PATCH] jemalloc: bump version to 4.5.0

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Apr 7 18:00:21 UTC 2017


Hello,

On Sun,  2 Apr 2017 19:54:18 +0200, Eric Le Bihan wrote:

> +# configure is missing but gpm seems not compatible with our autoreconf
> +# mechanism so we have to do it manually instead of using
> +# JEMALLOC_AUTORECONF = YES
> +define JEMALLOC_RUN_AUTOGEN
> +        cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
> +endef
> +
> +JEMALLOC_PRE_CONFIGURE_HOOKS += JEMALLOC_RUN_AUTOGEN

All this is not needed if you use the release tarball published by the
project at
https://github.com/jemalloc/jemalloc/releases/download/4.5.0/jemalloc-4.5.0.tar.bz2.
It has the configure already generated.

So I've removed all the autoreconf related code you added, and used
this tarball instead.

I've applied after changing this.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list