[Buildroot] [PATCH] package/tslib: enable statically linked building

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 6 19:33:43 UTC 2017


Hello,

On Tue, 6 Jun 2017 18:00:08 +0200, Martin Kepplinger wrote:

> +ifeq ($(BR2_STATIC_LIBS),y)
> +TSLIB_CONF_OPTS += --disable-shared --enable-static \

These are not needed, and in fact wrong, because they don't do the
right thing for BR2_SHARED_STATIC_LIBS.

--{enable,disable}-{shared,static} is already automartically passed by
the package infrastructure.

> +		   --enable-input=static \
> +		   --enable-linear=static \
> +		   --enable-median=static \
> +		   --enable-pthres=static \
> +		   --enable-iir=static \
> +		   --enable-dejitter=static \
> +		   --enable-debounce=static \
> +		   --enable-skip=static

OK, for these, but please use just one tab for the indentation.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list