mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 14:40:26 +00:00
11 lines
280 B
Diff
11 lines
280 B
Diff
+++ ./scripts/link_shared.php
|
|
@@ -3,7 +3,7 @@ require __DIR__."/common.php";
|
|
check_compiler();
|
|
|
|
prepare_link();
|
|
-$cmd = $compiler." -shared -o src/libpluto.so";
|
|
+$cmd = $compiler." -shared -Wl,-soname,libpluto.so -o src/libpluto.so";
|
|
|
|
for_each_obj(function($file)
|
|
{
|