[Buildroot] [PATCH] package/libjwt: update to 3.2.0

Arnout Vandecappelle arnout at rnout.be
Wed Apr 2 19:25:55 UTC 2025


On 20/02/2025 20:48, Waldemar Brodkorb wrote:
> For a complete changelog see here:
> https://github.com/benmcollins/libjwt/compare/v1.17.2...v3.2.0
>
> Convert to cmake infrastructure as autotools were removed
> upstream.
>
> Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>

  Applied to master, thanks.

[snip]
>   ifeq ($(BR2_PACKAGE_OPENSSL),y)
> -LIBJWT_CONF_OPTS += --with-openssl
> +LIBJWT_CONF_OPTS += -DWITH_OPENSSL=ON
>   LIBJWT_DEPENDENCIES += openssl
>   else
> -LIBJWT_CONF_OPTS += --without-openssl
> +LIBJWT_CONF_OPTS += -DWITH_GNUTLS=ON
>   LIBJWT_DEPENDENCIES += gnutls
>   endif
>   
> -$(eval $(autotools-package))
> +

  You introduced a double empty line here. I fixed that.


  Regards,
  Arnout


> +$(eval $(cmake-package))


More information about the buildroot mailing list