Peter Korsgaard
Peter Korsgaard
@iia looks like you forgot to pass USE_OPENSDK=yes, otherwise libesphttpd passes -D_STDINT_H which causes stdint.h to get ignored
@iia FYI, I've recently submitted a fix for building against 2.x SDKs: https://github.com/Spritetm/libesphttpd/pull/39
@RamyaDarapuneni ping?
Maybe mention that this is just for clarity as both are the same value (4)
Ping? This is AFAIK still applicable. Please drop the stale label
LGTM, it would indeed be handy to have rather than having to pipe rauc stdout/sterr to logger
> To fully replace this native implementation with the glib feature, we'd need to add a way to set the default facility via the glib API, which would result in...
Yes, indeed - Noticed it as well here. @ralight commit https://github.com/eclipse-mosquitto/mosquitto/commit/87488a27f0e74e65ff095644d292fa457b2c003d forgot to stick the TLS specific logic inside an `#ifdef WITH_TLS`
The Fedora CI issue looks to be unrelated to this change, E.G. configure fails with: ``` ./config.status: line 1443: awk: command not found ```
> Rather than fiddling around with the order in json_c_get_random_seed() to try to guess at what will work for all users of the json-c API, I feel like it's be...