7 Commits

Author SHA1 Message Date
sthen
2dcc8bd71d json-c: cast INT64_MAX to double. from upstream
d0b87ee87b.patch

Subject: [PATCH] Add an explicit cast to double to squash a
 -Wimplicit-int-float-conversion warning. Though we will no longer be
 comparing exactly against INT64_MAX, this is ok because any value of that
 magnitude stored in a double will *also* have been rounded up, so the
 comparison will work appropriately.
2020-07-31 12:13:28 +00:00
bket
cf5731f186 update to json-c-0.13
Tested in a bulk build by Landry@. Thanks!

OK landry@
2018-02-18 19:55:05 +00:00
sthen
0792b239b0 avoid nested function in AC_TRY_LINK 2017-09-25 10:09:40 +00:00
jca
20fcd2f245 Use arc4random in libjson-c.
Idea and initial patch from Kristaps Dzonsons who wants to safely use
json-c from within a chroot.  Autohell glue added by yours truly.

ok sthen@
2016-05-17 16:59:23 +00:00
jca
9aad273be3 Detect whether __sync_moo is usable, don't just fail if it's not.
May not be perfect, but this unhides a few ports on mips64* and hppa.

ok landry@ sthen@
2015-08-25 11:37:02 +00:00
ajacoutot
f351db9fe7 Remove uneeded chunks. 2013-09-06 07:52:41 +00:00
martin
5bb2f28785 fix build on gcc3, on gcc4 -Wextra and -W is the same
with input and ok ajacoutot
ok sthen too
2013-08-30 07:36:56 +00:00