Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > c5e9fe1381baf73f0ca049be5235429a > files > 1

deluge-1.3.15-7.mga7.src.rpm

diff -p -up deluge-1.1.8/setup.py.orig deluge-1.1.8/setup.py
--- deluge-1.1.8/setup.py.orig	2009-05-21 20:09:23.000000000 -0300
+++ deluge-1.1.8/setup.py	2009-05-21 20:09:37.000000000 -0300
@@ -143,11 +143,11 @@ else:
             '/sw/include/boost'
         ]
     _libraries = [
-        'boost_filesystem',
-        'boost_date_time',
-        'boost_iostreams',
-        'boost_python',
-        'boost_thread',
+        'boost_filesystem-mt',
+        'boost_date_time-mt',
+        'boost_iostreams-mt',
+        'boost_python-mt',
+        'boost_thread-mt',
         'pthread',
         'ssl',
         'z'