mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Fixes #13251 json-c >= 0.14.0 has a name clash with internal cryptsetup functions, causing a runtime issue. Backport an upstream patch to rename the internal functions to fix this. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>