mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
found ENABLE_SHARED option in liburing!
This commit is contained in:
@@ -51,8 +51,7 @@ class liburing extends LinuxLibraryBase
|
|||||||
$use_libc ? '--use-libc' : '',
|
$use_libc ? '--use-libc' : '',
|
||||||
)
|
)
|
||||||
->configure()
|
->configure()
|
||||||
->make('library', with_clean: false)
|
->make('library', 'install ENABLE_SHARED=0', with_clean: false);
|
||||||
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
|
|
||||||
|
|
||||||
$this->patchPkgconfPrefix();
|
$this->patchPkgconfPrefix();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user