mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
fix for libboost 1.34 and remove debian-only settings which are no longer needed with this 1.34 fix.
This commit is contained in:
parent
198d869ed3
commit
95fa1cbd36
7
setup.py
7
setup.py
@ -120,10 +120,9 @@ deluge_core = Extension('deluge_core',
|
||||
include_dirs = ['./libtorrent', './libtorrent/include',
|
||||
'./libtorrent/include/libtorrent',
|
||||
'/usr/include/python' + python_version],
|
||||
libraries = ['boost_filesystem', 'boost_date_time',
|
||||
'boost_program_options', 'boost_regex',
|
||||
'boost_serialization', 'boost_thread',
|
||||
'z', 'pthread'],
|
||||
libraries = ['boost_filesystem-mt', 'boost_date_time-mt',
|
||||
'boost_regex-mt', 'boost_serialization-mt',
|
||||
'boost_thread-mt', 'z', 'pthread'],
|
||||
extra_compile_args = EXTRA_COMPILE_ARGS,
|
||||
sources = ['src/deluge_core.cpp',
|
||||
'libtorrent/src/alert.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user