kumquat-buildroot/package/libfastjson
Yann E. MORIN c10b7c07a4 package/libfastjson: can use threads instead of atomics
When atomic intrisics are missing, libfastjson falls back to using
pthread mutexes to manage atomicity. Of course, this is much less
efficient than atomics, but it does the job.

Propagate the new dependency to rsyslog, the sole user of libfastjson.

Note: rsyslog already depends on threads for itself, but we believe it
is better to have the exact same dependency propagated.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-15 17:00:50 +02:00
..
0001-fix-missing-config.h.patch package/libfastjson: fix build without threads 2016-07-15 17:00:26 +02:00
0002-m4-fix-detection-of-atomics.patch
Config.in package/libfastjson: can use threads instead of atomics 2016-07-15 17:00:50 +02:00
libfastjson.hash libfastjson: new package 2016-06-18 15:11:55 +02:00
libfastjson.mk