c2e75017a2
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>
12 lines
307 B
Diff
12 lines
307 B
Diff
--- 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
|