File deluge-boost-no-mt.patch of Package deluge
--- setup.py.orig 2007-09-16 00:35:29.000000000 +0200
+++ setup.py 2007-09-16 00:47:31.000000000 +0200
@@ -148,9 +148,9 @@
# we will probably begin to build against a system libtorrent, but at the
# moment, we are including the source code to make packaging on Debian and
# Ubuntu possible.
-if boosttype == "nomt":
+if True:
librariestype = ['boost_filesystem', 'boost_date_time',
- 'boost_thread', 'z', 'pthread', 'ssl']
+ 'boost_thread-mt', 'z', 'pthread', 'ssl']
print 'Libraries nomt'
elif boosttype == "mt":
librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',