Module: deluge
Branch: 1.3-stable
Commit: bc9abc8bc9d78194bf02488c2ea831e83e52515a

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 9d1285c..65bed05 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.

Reply via email to