[Buildroot] [PATCH 1/1] package/mongoose: add mbedtls support

Yann E. MORIN yann.morin.1998 at free.fr
Sun Dec 13 21:48:44 UTC 2020


Fabrice, All,

On 2020-12-13 10:52 +0100, Fabrice Fontaine spake thusly:
> mbedtls is supported since version 6.7 and
> https://github.com/cesanta/mongoose/commit/65e01dbabc1f458af5ad8984f6eb5cb01ebae284
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/mongoose/mongoose.mk | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/package/mongoose/mongoose.mk b/package/mongoose/mongoose.mk
> index 87f56d7894..5faeafb374 100644
> --- a/package/mongoose/mongoose.mk
> +++ b/package/mongoose/mongoose.mk
> @@ -16,7 +16,14 @@ MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
>  
>  ifeq ($(BR2_PACKAGE_OPENSSL),y)
>  MONGOOSE_DEPENDENCIES += openssl
> -MONGOOSE_CFLAGS += -DMG_ENABLE_SSL
> +MONGOOSE_CFLAGS += \
> +	-DMG_ENABLE_SSL \
> +	-DMG_SSL_IF=MG_SSL_IF_OPENSSL
> +else ifeq ($(BR2_PACKAGE_MBEDTLS),y)
> +MONGOOSE_DEPENDENCIES += mbedtls
> +MONGOOSE_CFLAGS += \
> +	-DMG_ENABLE_SSL \
> +	-DMG_SSL_IF=MG_SSL_IF_MBEDTLS
>  endif
>  
>  define MONGOOSE_BUILD_CMDS
> -- 
> 2.29.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list