fix building with newer version of boost build, remove old option to turn off PIC on darwin

This commit is contained in:
arvidn 2018-08-12 22:50:34 +02:00 committed by Arvid Norberg
parent 0bcf6cef23
commit 0e96ae2906
1 changed files with 0 additions and 1 deletions

View File

@ -530,7 +530,6 @@ feature.compose <debug-iterators>on : <define>_SCL_SECURE=1 <define>_GLIBCXX_DEB
feature fpic : off on : composite propagated link-incompatible ;
feature.compose <fpic>on : <cflags>-fPIC ;
feature.compose <fpic>off : <toolset>darwin:<cflags>-mdynamic-no-pic ;
feature profile-calls : off on : composite propagated link-incompatible ;
feature.compose <profile-calls>on : <define>TORRENT_PROFILE_CALLS=1 ;