Ticket #9862: intrusive.patch

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

Patch to fix the issue

  • example/Jamfile.v2

    diff --git a/example/Jamfile.v2 b/example/Jamfile.v2
    index d6a465e..a7dd0db 100644
    a b rule test_all  
    2727      :  # requirements
    2828        <toolset>acc:<linkflags>-lrt
    2929        <toolset>acc-pa_risc:<linkflags>-lrt
    30         <toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
     30        <target-os>windows,<toolset>gcc:<linkflags>"-lole32 -loleaut32"
    3131        <host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
    3232        <host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
    3333      ] ;