From bc9abc8bc9d78194bf02488c2ea831e83e52515a Mon Sep 17 00:00:00 2001 From: John Garland Date: Wed, 23 Mar 2011 23:41:44 +1100 Subject: [PATCH] Fix libtorrent not compiling with boost libs 1.46 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9d1285c70..65bed055b 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ _extra_compile_args = [ "-D_FILE_OFFSET_BITS=64", "-DNDEBUG", "-DTORRENT_USE_OPENSSL=1", + "-DBOOST_FILESYSTEM_VERSION=2", "-O2", ]