--- 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 ( gcc in $(properties) ) { - result += -Wl,-Bsymbolic ; + result += -Wl,-soname=libtorrent.so,-Bsymbolic ; } }