mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
only install library for liburing
This commit is contained in:
@@ -40,7 +40,7 @@ class liburing extends LinuxLibraryBase
|
|||||||
$use_libc ? '--use-libc' : '',
|
$use_libc ? '--use-libc' : '',
|
||||||
)
|
)
|
||||||
->configure()
|
->configure()
|
||||||
->make(with_clean: false)
|
->make('install library', with_clean: false)
|
||||||
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
|
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
|
||||||
|
|
||||||
$this->patchPkgconfPrefix(['liburing.pc', 'liburing-ffi.pc']);
|
$this->patchPkgconfPrefix(['liburing.pc', 'liburing-ffi.pc']);
|
||||||
|
|||||||
Reference in New Issue
Block a user