From a68bb9392dfcfe85a22656da137f3eacf30570d4 Mon Sep 17 00:00:00 2001 From: donSchoe Date: Mon, 14 Oct 2013 10:52:35 +0200 Subject: [PATCH] Fixed unix makefile to include boost::chrono --- src/makefile.unix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/makefile.unix b/src/makefile.unix index 4a0fa0b5..2734e85e 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -44,9 +44,12 @@ LIBS += \ -l boost_filesystem$(BOOST_LIB_SUFFIX) \ -l boost_program_options$(BOOST_LIB_SUFFIX) \ -l boost_thread$(BOOST_LIB_SUFFIX) \ + -l boost_chrono$(BOOST_LIB_SUFFIX) \ + -l boost_timer$(BOOST_LIB_SUFFIX) \ -l db_cxx$(BDB_LIB_SUFFIX) \ -l ssl \ -l crypto \ + -l rt \ -Wl,-Bdynamic \ -l gmp \ -Wl,-B$(LMODE)