[Buildroot] [PATCH 3/3] dropbear: use libtomath & libtomcrypt

Baruch Siach baruch at tkos.co.il
Fri Apr 1 08:42:09 UTC 2016


Hi Francois,

On Fri, Apr 01, 2016 at 10:07:10AM +0200, Francois Perrad wrote:
> +ifeq ($(BR2_PACKAGE_LIBTOMMATH)$(BR2_PACKAGE_LIBTOMCRYPT),yy)
> +DROPBEAR_DEPENDENCIES += libtommath libtomcrypt

Does dropbear code use libtommath directly? If not, listing only libtomcrypt 
should be enough. The check for BR2_PACKAGE_LIBTOMMATH can also be dropped in 
this case.

> +DROPBEAR_CONF_OPTS += --disable-bundled-libtom
> +else
> +DROPBEAR_CONF_OPTS += --enable-bundled-libtom
> +endif
> +
>  ifeq ($(BR2_PACKAGE_DROPBEAR_CLIENT),y)
>  # Build dbclient, and create a convenience symlink named ssh
>  DROPBEAR_PROGRAMS += dbclient

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list