Module: deluge Branch: master Commit: 45ccd3b84afff8df3b787b0d0cf31c5af75c8c34
Author: John Garland <[email protected]> Date: Wed Mar 23 23:41:44 2011 +1100 Fix libtorrent not compiling with boost libs 1.46 --- setup.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index 6f9c60a..2a41bfb 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", ] -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
