[Buildroot] [PATCH] package/libolm: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Oct 21 21:28:36 UTC 2019


On Sun, 13 Oct 2019 11:30:49 +0200
Gilles Talis <gilles.talis at gmail.com> wrote:

> libolm is an implementation of the Double Ratchet cryptographic ratchet
> described by:
> https://whispersystems.org/docs/specifications/doubleratchet/
> 
> Signed-off-by: Gilles Talis <gilles.talis at gmail.com>

Thanks, I've applied, after doing one change. See below.

> +ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
> +LIBOLM_CONF_OPTS += -DBUILD_SHARED_LIBS=ON
> +else
> +LIBOLM_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF
> +endif

This is not needed, as passing BUILD_SHARED_LIBS is already taken care
off by the cmake-package infrastructure. So I dropped this part of the
.mk file when applying.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list