We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500c19d commit 301f2d8Copy full SHA for 301f2d8
src/SPC/builder/unix/library/nghttp2.php
@@ -31,6 +31,12 @@ protected function build(): void
31
'jemalloc' => null,
32
'systemd' => null,
33
]);
34
+ if ($brotli = $this->builder->getLib('brotli')) {
35
+ /* @phpstan-ignore-next-line */
36
+ $args .= ' --with-libbrotlidec=yes LIBBROTLIDEC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIDEC_LIBS="' . $brotli->getStaticLibFiles() . '"';
37
38
+ $args .= ' --with-libbrotlienc=yes LIBBROTLIENC_CFLAGS="-I' . BUILD_ROOT_PATH . '/include" LIBBROTLIENC_LIBS="' . $brotli->getStaticLibFiles() . '"';
39
+ }
40
41
[,,$destdir] = SEPARATED_PATH;
42
0 commit comments