We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460eb02 commit fad2314Copy full SHA for fad2314
src/SPC/builder/linux/library/liburing.php
@@ -51,8 +51,7 @@ protected function build(): void
51
$use_libc ? '--use-libc' : '',
52
)
53
->configure()
54
- ->make('library', with_clean: false)
55
- ->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
+ ->make('library', 'install ENABLE_SHARED=0', with_clean: false);
56
57
$this->patchPkgconfPrefix();
58
}
0 commit comments