lbry-android-sdk/p4a/pythonforandroid/recipes/libtorrent/use-soname-python.patch

12 lines
375 B
Diff
Raw Normal View History

2017-08-13 03:24:00 +02:00
--- libtorrent/bindings/python/Jamfile 2016-01-17 23:52:45.000000000 +0100
+++ libtorrent-patch/bindings/python/Jamfile 2016-02-09 17:11:44.261578000 +0100
@@ -35,7 +35,7 @@
if ( <toolset>gcc in $(properties) )
{
- result += <linkflags>-Wl,-Bsymbolic ;
+ result += <linkflags>-Wl,-soname=libtorrent.so,-Bsymbolic ;
}
}