Ticket #9864: log.patch

File log.patch, 701 bytes (added by Steven Watanabe, 9 years ago)

Patch to fix the issue

  • build/Jamfile.v2

    diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
    index 426edba..3540bda 100644
    a b project boost/log  
    127127        <toolset>clang:<cxxflags>-ftemplate-depth-1024
    128128        <toolset>gcc:<cxxflags>-ftemplate-depth-1024
    129129        <toolset>gcc:<cxxflags>-fno-strict-aliasing  # avoids strict aliasing violations in other Boost components
    130         <toolset>gcc-mingw:<linkflags>-Wl,--enable-auto-import
     130        <toolset>gcc,<target-os>windows:<linkflags>-Wl,--enable-auto-import
    131131        <toolset>gcc-cygwin:<linkflags>-Wl,--enable-auto-import
    132132        <library>/boost/date_time//boost_date_time
    133133        <library>/boost/filesystem//boost_filesystem