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/ngtcp2/patches | |
parent | 0dd435081e96fb2c7d63a01971a01b4b446a7f21 (diff) | |
download | ydb-9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e.tar.gz |
curl build with http3 support
commit_hash:9033848a94b58ad32fb6c296eca4f77af9cda070
Diffstat (limited to 'contrib/libs/ngtcp2/patches')
-rw-r--r-- | contrib/libs/ngtcp2/patches/staticlib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libs/ngtcp2/patches/staticlib.patch b/contrib/libs/ngtcp2/patches/staticlib.patch new file mode 100644 index 0000000000..5c90b20e1d --- /dev/null +++ b/contrib/libs/ngtcp2/patches/staticlib.patch @@ -0,0 +1,11 @@ +--- a/lib/includes/ngtcp2/ngtcp2.h ++++ b/lib/includes/ngtcp2/ngtcp2.h +@@ -64,7 +64,7 @@ + + #include <ngtcp2/version.h> + +-#ifdef NGTCP2_STATICLIB ++#if 1 + # define NGTCP2_EXTERN + #elif defined(WIN32) + # ifdef BUILDING_NGTCP2 |