add pkgconf prefix patch for ngtcp2 crypto library

This commit is contained in:
DubbleClick 2025-06-05 10:06:20 +07:00
parent 499c281931
commit 8993b3f4f0

View File

@ -44,5 +44,6 @@ trait ngtcp2
->execWithEnv("make -j{$this->builder->concurrency}")
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
$this->patchPkgconfPrefix(['libngtcp2.pc']);
$this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
}
}