From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libolm: new package
Date: Mon, 21 Oct 2019 23:28:36 +0200 [thread overview]
Message-ID: <20191021232836.1210fd2a@windsurf> (raw)
In-Reply-To: <20191013093049.19448-1-gilles.talis@gmail.com>
On Sun, 13 Oct 2019 11:30:49 +0200
Gilles Talis <gilles.talis@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@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
prev parent reply other threads:[~2019-10-21 21:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-13 9:30 [Buildroot] [PATCH] package/libolm: new package Gilles Talis
2019-10-21 21:28 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191021232836.1210fd2a@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.