mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
add pkgconf prefix patch for ngtcp2 crypto library
This commit is contained in:
@@ -44,5 +44,6 @@ trait ngtcp2
|
|||||||
->execWithEnv("make -j{$this->builder->concurrency}")
|
->execWithEnv("make -j{$this->builder->concurrency}")
|
||||||
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
|
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
|
||||||
$this->patchPkgconfPrefix(['libngtcp2.pc']);
|
$this->patchPkgconfPrefix(['libngtcp2.pc']);
|
||||||
|
$this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user