Skip to content

Commit

Permalink
Merge tag 'linker_hack_test2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Jiro committed Jun 1, 2018
2 parents d542232 + eb6e39e commit c2e7da4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gridcoin.rb
Expand Up @@ -63,6 +63,15 @@ def caveats
dnl Libtool init checks.
LT_INIT([pic-only])
@@ -783,7 +776,7 @@ fi
if test x$use_boost = xyes; then
-BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $BOOST_PROGRAM_OPTIONS_LIB $BOOST_THREAD_LIB $BOOST_CHRONO_LIB"
+BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $BOOST_PROGRAM_OPTIONS_LIB $BOOST_THREAD_LIB $BOOST_CHRONO_LIB -lboost_system-mt"
dnl If boost (prior to 1.57) was built without c++11, it emulated scoped enums
@@ -1171,5 +1165,7 @@ echo " CFLAGS = $CFLAGS"
echo " CPPFLAGS = $CPPFLAGS"
echo " CXX = $CXX"
Expand Down

0 comments on commit c2e7da4

Please sign in to comment.