From b0ca3058739a48fc5609d852bd29104fe1cedb90 Mon Sep 17 00:00:00 2001 From: JarvisLiu <775167809@qq.com> Date: Tue, 27 Jul 2021 14:23:04 +0800 Subject: [PATCH] add uriparser patch file --- components/utility/uriparser/origin.patch | 12 ++++++++++++ components/utility/uriparser/patch.sha256 | 1 + components/utility/uriparser/src.sha256 | 1 + 3 files changed, 14 insertions(+) create mode 100644 components/utility/uriparser/origin.patch create mode 100644 components/utility/uriparser/patch.sha256 create mode 100644 components/utility/uriparser/src.sha256 diff --git a/components/utility/uriparser/origin.patch b/components/utility/uriparser/origin.patch new file mode 100644 index 0000000..c190dcf --- /dev/null +++ b/components/utility/uriparser/origin.patch @@ -0,0 +1,12 @@ +diff --git a/uriparser-0.9.5/src/UriMemory.c b/uriparser-0.9.5_/src/UriMemory.c +index baed204..67821c0 100755 +--- a/uriparser-0.9.5/src/UriMemory.c ++++ b/uriparser-0.9.5_/src/UriMemory.c +@@ -42,7 +42,6 @@ + * Holds memory manager implementation. + */ + +-#include + + #ifdef HAVE_REALLOCARRAY + # ifndef _GNU_SOURCE diff --git a/components/utility/uriparser/patch.sha256 b/components/utility/uriparser/patch.sha256 new file mode 100644 index 0000000..5c39121 --- /dev/null +++ b/components/utility/uriparser/patch.sha256 @@ -0,0 +1 @@ +7c4ee99607a79fd1b15847e761e21d010579c5794048e415a6fc9f690f986145 origin.patch diff --git a/components/utility/uriparser/src.sha256 b/components/utility/uriparser/src.sha256 new file mode 100644 index 0000000..7185d50 --- /dev/null +++ b/components/utility/uriparser/src.sha256 @@ -0,0 +1 @@ +838347416bd411dabbbd0bc8b071776592f41152eb6076c401c994f7fe00195b uriparser-0.9.5.zip -- Gitee