Ticket #9863: lockfree.patch

File lockfree.patch, 572 bytes (added by Steven Watanabe, 9 years ago)

Patch to fix the issue

  • test/Jamfile.v2

    diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
    index 3faa16d..7ee93f7 100644
    a b rule test_all  
    2929      : # requirements
    3030        <toolset>acc:<linkflags>-lrt
    3131        <toolset>acc-pa_risc:<linkflags>-lrt
    32         <toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
     32        <target-os>windows,<toolset>gcc:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
    3333        <host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
    3434        <library>../../thread/build//boost_thread/
    3535        <threading>multi