From 72f49e35570aba09f32ea123331d1cbd93573af5 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 3 Jan 2008 00:52:08 +0000 Subject: [PATCH] add rt/crypto to libraries - thresh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1e7e8ef6..9abc58ad7 100644 --- a/setup.py +++ b/setup.py @@ -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']