[Buildroot] [PATCH 1/1] package/wireshark: enable back static build

Arnout Vandecappelle arnout at mind.be
Tue Apr 16 19:46:48 UTC 2019



On 16/04/2019 11:41, Fabrice Fontaine wrote:
> +# Disable plugins as some of them (like l16mono) can't be built statically
> +ifeq ($(BR2_STATIC_LIBS),y)
> +WIRESHARK_CONF_OPTS += \
> +	-DENABLE_PLUGINS=OFF \
> +	-DENABLE_STATIC=ON
> +else
> +WIRESHARK_CONF_OPTS += \
> +	-DENABLE_PLUGINS=ON \
> +	-DENABLE_STATIC=OFF

 I don't know what this option does, but is it the appropriate thing to do in
the STATIC_SHARED case?

 Regards,
 Arnout

> +endif



More information about the buildroot mailing list