add rt/crypto to libraries - thresh

This commit is contained in:
Marcos Pinto 2008-01-03 00:52:08 +00:00
parent 7e49e9acc4
commit 72f49e3557
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ if not OS == "win":
boost_thread = "boost_thread-mt"
librariestype = [boost_filesystem, boost_date_time,
boost_thread, 'z', 'pthread', 'ssl']
boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
removals = ['-g', '-Wstrict-prototypes']