lbry-android-sdk/p4a/pythonforandroid/recipes/libtorrent/disable-so-version.patch
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

10 lines
351 B
Diff

--- libtorrent/Jamfile 2016-01-17 23:52:45.000000000 +0100
+++ libtorrent-patch/Jamfile 2016-02-09 13:37:57.499561750 +0100
@@ -325,6 +325,7 @@
if $(type) = SHARED_LIB &&
( ! ( [ $(property-set).get <target-os> ] in windows cygwin ) )
{
+ return "libtorrent_rasterbar.so" ; # linked by python bindings .so
name = $(name).$(VERSION) ;
}