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']