diff options
author | David Bauer <mail@david-bauer.net> | 2020-09-17 01:02:40 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-09-17 18:08:54 +0200 |
commit | c2e75017a23f2bf6d017e940293b2a1f80d700be (patch) | |
tree | 25d8c89c8ffd8acacb8937740ebf09bbab04cca3 /package/libs/libjson-c/patches/001-dont-build-docs.patch | |
parent | 056945faa4dd611298979767978f4bb2a52cabc0 (diff) | |
download | upstream-c2e75017a23f2bf6d017e940293b2a1f80d700be.tar.gz upstream-c2e75017a23f2bf6d017e940293b2a1f80d700be.tar.bz2 upstream-c2e75017a23f2bf6d017e940293b2a1f80d700be.zip |
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 <mail@david-bauer.net>
Diffstat (limited to 'package/libs/libjson-c/patches/001-dont-build-docs.patch')
-rw-r--r-- | package/libs/libjson-c/patches/001-dont-build-docs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |