mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
link to openssl libs
This commit is contained in:
parent
49c29562f9
commit
c12e23ca95
3 changed files with 2 additions and 7 deletions
Binary file not shown.
|
@ -124,11 +124,11 @@ else:
|
|||
# Ubuntu possible.
|
||||
if boosttype == "nomt":
|
||||
librariestype = ['boost_filesystem', 'boost_date_time',
|
||||
'boost_thread', 'z', 'pthread']
|
||||
'boost_thread', 'z', 'pthread', 'ssl']
|
||||
print 'Libraries nomt'
|
||||
elif boosttype == "mt":
|
||||
librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
|
||||
'boost_thread-mt', 'z', 'pthread']
|
||||
'boost_thread-mt', 'z', 'pthread', 'ssl']
|
||||
print 'Libraries mt'
|
||||
|
||||
deluge_core = Extension('deluge_core',
|
||||
|
|
|
@ -46,11 +46,6 @@
|
|||
#include "libtorrent/extensions/metadata_transfer.hpp"
|
||||
#include "libtorrent/extensions/ut_pex.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "openssl/sha.h"
|
||||
#include "openssl/bn.h"
|
||||
}
|
||||
using namespace boost::filesystem;
|
||||
using namespace libtorrent;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue