From 0e96ae290616e22b6d371baaaddb5a1679de8d34 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 12 Aug 2018 22:50:34 +0200 Subject: [PATCH] fix building with newer version of boost build, remove old option to turn off PIC on darwin --- Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jamfile b/Jamfile index c0bfd8196..552053ad9 100644 --- a/Jamfile +++ b/Jamfile @@ -530,7 +530,6 @@ feature.compose on : _SCL_SECURE=1 _GLIBCXX_DEB feature fpic : off on : composite propagated link-incompatible ; feature.compose on : -fPIC ; -feature.compose off : darwin:-mdynamic-no-pic ; feature profile-calls : off on : composite propagated link-incompatible ; feature.compose on : TORRENT_PROFILE_CALLS=1 ;