diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2025-01-09 14:48:07 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2025-01-09 15:34:05 +0300 |
commit | 99679ceb52dc0e5ed023f32855dd9854dfa90ac8 (patch) | |
tree | 95ac959195008c0d950b9257652e5748d8f933cc /contrib/libs/nghttp3/patches | |
parent | ef8c4a245b37b3224dede06631ac95e4a1b3f9e6 (diff) | |
download | ydb-99679ceb52dc0e5ed023f32855dd9854dfa90ac8.tar.gz |
Update contrib/libs/nghttp3 to 1.7.0
commit_hash:c10153839fd4ce0867242e0d90f204db6b9b64c1
Diffstat (limited to 'contrib/libs/nghttp3/patches')
-rw-r--r-- | contrib/libs/nghttp3/patches/include.patch | 5 | ||||
-rw-r--r-- | contrib/libs/nghttp3/patches/staticlib.patch | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/contrib/libs/nghttp3/patches/include.patch b/contrib/libs/nghttp3/patches/include.patch new file mode 100644 index 0000000000..b7b1105ad5 --- /dev/null +++ b/contrib/libs/nghttp3/patches/include.patch @@ -0,0 +1,5 @@ +--- contrib/libs/nghttp3/lib/includes/nghttp3/nghttp3.h (index) ++++ contrib/libs/nghttp3/lib/includes/nghttp3/nghttp3.h (working tree) +@@ -50,1 +50,1 @@ extern "C" { +-#include <nghttp3/version.h> ++#include "version.h" diff --git a/contrib/libs/nghttp3/patches/staticlib.patch b/contrib/libs/nghttp3/patches/staticlib.patch index aa0e6d5625..5ab47adfdd 100644 --- a/contrib/libs/nghttp3/patches/staticlib.patch +++ b/contrib/libs/nghttp3/patches/staticlib.patch @@ -1,11 +1,5 @@ --- a/lib/includes/nghttp3/nghttp3.h +++ b/lib/includes/nghttp3/nghttp3.h -@@ -55,7 +55,7 @@ extern "C" { - - #include <nghttp3/version.h> - +@@ -55,1 +55,1 @@ extern "C" { -#ifdef NGHTTP3_STATICLIB +#if 1 - # define NGHTTP3_EXTERN - #elif defined(WIN32) - # ifdef BUILDING_NGHTTP3 |