|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../libtorrent/libtorrent.conf |
|
|
# Filename: package/.../libtorrent/libtorrent.conf |
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2007 - 2009 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -12,5 +12,12 @@ |
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
# libtorerent is unable to find boodt threads on its own :-/ |
|
|
|
|
|
var_append confopt ' ' '--with-boost-thread=mt' |
|
|
|
|
|
|
|
|
# libtorerent is unable to find boost threads on its own :-/ |
|
|
|
|
|
var_append confopt ' ' '--with-boost-system=boost_system-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-asio=boost_system-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-filesystem=boost_filesystem-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-thread=boost_thread-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-regex=boost_regex-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-python=boost_python-mt' |
|
|
|
|
|
var_append confopt ' ' '--with-boost-program_options=boost_program_options-mt' |
|
|
|
|
|
|