2019-03-30 21:58:45 +01:00
|
|
|
--- libtorrent/bindings/python/Jamfile.orig 2018-12-07 16:46:50.851838981 +0100
|
|
|
|
+++ libtorrent/bindings/python/Jamfile 2018-12-07 16:49:09.099837663 +0100
|
|
|
|
@@ -113,7 +113,7 @@
|
|
|
|
|
|
|
|
if ( <toolset>gcc in $(properties) )
|
|
|
|
{
|
|
|
|
- result += <linkflags>-Wl,-Bsymbolic ;
|
|
|
|
+ result += <linkflags>-Wl,-soname=libtorrent.so,-Bsymbolic ;
|
|
|
|
}
|
|
|
|
}
|
2017-08-13 03:24:00 +02:00
|
|
|
|