diff options
author | r3zch <r3zch@yandex-team.com> | 2024-11-29 12:27:52 +0300 |
---|---|---|
committer | r3zch <r3zch@yandex-team.com> | 2024-11-29 12:41:56 +0300 |
commit | 9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e (patch) | |
tree | 09ad0223de1eae02c0ae99eddb0166c4f6ad2f67 /contrib/libs/nghttp3/patches/staticlib.patch | |
parent | 0dd435081e96fb2c7d63a01971a01b4b446a7f21 (diff) | |
download | ydb-9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e.tar.gz |
curl build with http3 support
commit_hash:9033848a94b58ad32fb6c296eca4f77af9cda070
Diffstat (limited to 'contrib/libs/nghttp3/patches/staticlib.patch')
-rw-r--r-- | contrib/libs/nghttp3/patches/staticlib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libs/nghttp3/patches/staticlib.patch b/contrib/libs/nghttp3/patches/staticlib.patch new file mode 100644 index 0000000000..aa0e6d5625 --- /dev/null +++ b/contrib/libs/nghttp3/patches/staticlib.patch @@ -0,0 +1,11 @@ +--- a/lib/includes/nghttp3/nghttp3.h ++++ b/lib/includes/nghttp3/nghttp3.h +@@ -55,7 +55,7 @@ extern "C" { + + #include <nghttp3/version.h> + +-#ifdef NGHTTP3_STATICLIB ++#if 1 + # define NGHTTP3_EXTERN + #elif defined(WIN32) + # ifdef BUILDING_NGHTTP3 |