Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Version 2.0

>>>>> "Peter" == Peter Korsgaard <peter@xxxxxxxxxxxxx> writes:

Hi,

 > Trying it out in Buildroot, I see that the cJSON logic hard codes
 > include and linker paths, which naturally doesn't work for cross
 > compilation.

Compilation without openssl (WITH_TLS=no) is also broken because
password_mosq.c unconditionally includes a bunch of openssl
headers. I guess that should be inside an #ifdef WITH_TLS?

-- 
Bye, Peter Korsgaard


Back to the top