Ticket #13038: reproducible.patch

File reproducible.patch, 810 bytes (added by Bernhard M. Wiedemann <bwiedemann+boosttrac@…>, 5 years ago)

workaround patch

  • libs/container/build/Jamfile.v2

    old new  
    44# Boost Software License, Version 1.0. (See accompanying file
    55# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
    66
     7import sequence ;
     8
    79project boost/container
    810    : source-location ../src
    911    : usage-requirements  # pass these requirement to dependents (i.e. users)
    project boost/container  
    1214    ;
    1315
    1416lib boost_container
    15    : alloc_lib.c [ glob *.cpp ]
     17   : alloc_lib.c [ sequence.insertion-sort [ glob *.cpp ] ]
    1618   : <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
    1719     <link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
    1820   ;