We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b991e commit 0d40f5aCopy full SHA for 0d40f5a
configure.ac
@@ -373,6 +373,9 @@ dnl after 1.56.
373
dnl If neither is available, abort.
374
dnl If sleep_for is used, boost_chrono becomes a requirement.
375
if test x$ax_cv_boost_chrono = xyes; then
376
+dnl Allow passing extra needed dependency libraries for boost-chrono from static gitian build
377
+BOOST_CHRONO_LIB="$BOOST_CHRONO_LIB $BOOST_CHRONO_EXTRALIBS"
378
+
379
TEMP_LIBS="$LIBS"
380
LIBS="$LIBS $BOOST_LIBS $BOOST_CHRONO_LIB"
381
AC_TRY_LINK([
0 commit comments