add nghttp3 and ngtcp2

This commit is contained in:
DubbleClick
2025-06-05 09:44:03 +07:00
parent 8919a2fcca
commit bb7e0f6f89
11 changed files with 172 additions and 16 deletions

View File

@@ -20,16 +20,6 @@ trait nghttp3
$args = $this->builder->makeAutoconfArgs(static::NAME, [
'zlib' => null,
'openssl' => null,
'libxml2' => null,
'libev' => null,
'libcares' => null,
'libngtcp2' => null,
'libbpf' => null,
'libevent-openssl' => null,
'jansson' => null,
'jemalloc' => null,
'systemd' => null,
'cunit' => null,
]);
shell()->cd($this->source_dir)
@@ -42,8 +32,8 @@ trait nghttp3
'./configure ' .
'--enable-static ' .
'--disable-shared ' .
'--with-pic ' .
'--enable-lib-only ' .
'--with-boost=no ' .
$args . ' ' .
'--prefix='
)