[Buildroot] [PATCH 2/2] collectd: fix riemann write plugin dependencies

Peter Korsgaard peter at korsgaard.com
Wed Dec 28 23:15:07 UTC 2016


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > Hello,
 > On Wed, 28 Dec 2016 23:18:06 +0100, Peter Korsgaard wrote:

 >> -	$(if $(BR2_PACKAGE_COLLECTD_RIEMANN),libtool protobuf-c) \
 >> +	$(if $(BR2_PACKAGE_COLLECTD_RIEMANN),libtool riemann-c-client) \

 > libtool is still needed ?

Yes, it still contains an #include <ltdl.h> line at least:

src/write_riemann_threshold.c:#include <ltdl.h>

I haven't looked closer to see if that include is still really needed
though.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list