From ec1199fdaea12aeeb24bcc3ea17166e54e28b634 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 9 Apr 2008 05:36:37 +0000 Subject: [PATCH] jamfile fix --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index f15f35680..b75598b44 100755 --- a/Jamfile +++ b/Jamfile @@ -160,7 +160,7 @@ rule building ( properties * ) feature need-librt : no yes : composite propagated link-incompatible ; -feature pool-allocators : off static shared : composite propagated link-incompatible ; +feature pool-allocators : on off : composite propagated link-incompatible ; feature.compose off : TORRENT_DISABLE_POOL_ALLOCATOR ; feature geoip : off static shared : composite propagated link-incompatible ;