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

13 lines
488 B
Diff

--- boost/boostcpp.jam 2015-12-14 03:30:09.000000000 +0100
+++ boost-patch/boostcpp.jam 2016-02-08 16:38:40.510859612 +0100
@@ -155,8 +155,9 @@
if $(type) = SHARED_LIB &&
! [ $(property-set).get <target-os> ] in windows cygwin darwin aix &&
! [ $(property-set).get <toolset> ] in pgi
{
+ return $(result) ; # disable version suffix for android
result = $(result).$(BOOST_VERSION) ;
}
return $(result) ;