mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
patch la files
This commit is contained in:
@@ -53,5 +53,6 @@ trait nghttp2
|
|||||||
->execWithEnv("make -j{$this->builder->concurrency}")
|
->execWithEnv("make -j{$this->builder->concurrency}")
|
||||||
->execWithEnv("make install DESTDIR={$destdir}");
|
->execWithEnv("make install DESTDIR={$destdir}");
|
||||||
$this->patchPkgconfPrefix(['libnghttp2.pc']);
|
$this->patchPkgconfPrefix(['libnghttp2.pc']);
|
||||||
|
$this->patchLaDependencyPrefix(['libnghttp2.la']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,5 +41,6 @@ trait nghttp3
|
|||||||
->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(['libnghttp3.pc']);
|
$this->patchPkgconfPrefix(['libnghttp3.pc']);
|
||||||
|
$this->patchLaDependencyPrefix(['libnghttp3.la']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,5 +45,6 @@ trait ngtcp2
|
|||||||
->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']);
|
$this->patchPkgconfPrefix(['libngtcp2_crypto_ossl.pc']);
|
||||||
|
$this->patchLaDependencyPrefix(['libngtcp2.la', 'libngtcp2_crypto_ossl.la']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,5 +35,6 @@ trait xz
|
|||||||
->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(['liblzma.pc']);
|
$this->patchPkgconfPrefix(['liblzma.pc']);
|
||||||
|
$this->patchLaDependencyPrefix(['liblzma.la']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user