From c2e75017a23f2bf6d017e940293b2a1f80d700be Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 17 Sep 2020 01:02:40 +0200 Subject: libjson-c: update to 0.15 Drop patches as they've been upstreamed: * 001-Fix-CVE-2020-12762.patch Refresh patches: * 000-libm.patch Add patch to avoid build failure due to missing docs in tarball. Signed-off-by: David Bauer --- package/libs/libjson-c/patches/001-dont-build-docs.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libs/libjson-c/patches/001-dont-build-docs.patch (limited to 'package/libs/libjson-c/patches/001-dont-build-docs.patch') diff --git a/package/libs/libjson-c/patches/001-dont-build-docs.patch b/package/libs/libjson-c/patches/001-dont-build-docs.patch new file mode 100644 index 0000000000..1aa0da4f59 --- /dev/null +++ b/package/libs/libjson-c/patches/001-dont-build-docs.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -401,8 +401,6 @@ set(JSON_C_SOURCES + include_directories(${PROJECT_SOURCE_DIR}) + include_directories(${PROJECT_BINARY_DIR}) + +-add_subdirectory(doc) +- + # uninstall + add_custom_target(uninstall + COMMAND cat ${PROJECT_BINARY_DIR}/install_manifest.txt | xargs rm -- cgit v1.2.3