lbry-android/p4a/pythonforandroid/recipes/libtorrent/use-soname-python.patch
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

11 lines
375 B
Diff

--- 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 ;
}
}