Skip to content

Commit fad2314

Browse files
committed
found ENABLE_SHARED option in liburing!
1 parent 460eb02 commit fad2314

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SPC/builder/linux/library/liburing.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ protected function build(): void
5151
$use_libc ? '--use-libc' : '',
5252
)
5353
->configure()
54-
->make('library', with_clean: false)
55-
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
54+
->make('library', 'install ENABLE_SHARED=0', with_clean: false);
5655

5756
$this->patchPkgconfPrefix();
5857
}

0 commit comments

Comments
 (0)