| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -277,7 +277,7 @@ | |||
| 277 | 277 | shared_optgroup.add_argument('--shared-http-parser-libname', | |
| 278 | 278 | action='store', | |
| 279 | 279 | dest='shared_http_parser_libname', | |
| 280 | - default='http_parser', | ||
| 280 | + default='llhttp', | ||
| 281 | 281 | help='alternative lib name to link to [default: %(default)s]') | |
| 282 | 282 | ||
| 283 | 283 | shared_optgroup.add_argument('--shared-http-parser-libpath', | |
@@ -2265,7 +2265,7 @@ def make_bin_override(): | |||
| 2265 | 2265 | configure_node_cctest_sources(output) | |
| 2266 | 2266 | configure_napi(output) | |
| 2267 | 2267 | configure_library('zlib', output) | |
| 2268 | - configure_library('http_parser', output) | ||
| 2268 | + configure_library('http_parser', output, pkgname='libllhttp') | ||
| 2269 | 2269 | configure_library('libuv', output) | |
| 2270 | 2270 | configure_library('ada', output) | |
| 2271 | 2271 | configure_library('simdjson', output) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments