fix dynamic linking (Jamfile and dependencies on internals)

This commit is contained in:
Arvid Norberg
2015-01-01 18:03:56 +00:00
parent a1c1f9393d
commit c2a05228fd
4 changed files with 50 additions and 11 deletions

View File

@@ -421,7 +421,7 @@ feature upnp-logging : off on : composite propagated link-incompatible ;
feature.compose <upnp-logging>on : <define>TORRENT_UPNP_LOGGING ;
feature boost : system source : link-incompatible propagated ;
feature boost-link : static shared : composite ;
feature boost-link : static shared : propagated composite ;
feature debug-iterators : off on : composite propagated link-incompatible ;
feature.compose <debug-iterators>on : <define>_SCL_SECURE=1 <define>_GLIBCXX_DEBUG ;