Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto 2.0.19 released

On 11/7/24 01:46, Greg Troxel wrote:

I suspect that every lib/foo.c that is compiled as part of the broker
needs to have COMPAT_ prefixes.

for i in *.c; do sed -i -e 's/\([      ]\)pthread_/\1COMPAT_pthread_/' $i ; done

with that I can build without threads.

Indeed, thanks. Roger, was this what you intended with this change or is there a deeper reason why there are still "bare" pthread calls?

--
Bye, Peter Korsgaard



Back to the top