lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

01_fiber_fix.patch (945B)


      1 Index: boost_1_63_0/libs/fiber/build/Jamfile.v2
      2 ===================================================================
      3 --- boost_1_63_0.orig/libs/fiber/build/Jamfile.v2
      4 +++ boost_1_63_0/libs/fiber/build/Jamfile.v2
      5 @@ -44,20 +44,6 @@ lib boost_fiber
      6        recursive_timed_mutex.cpp
      7        timed_mutex.cpp
      8        scheduler.cpp
      9 -    : <link>shared:<library>../../context/build//boost_context
     10 -    [ requires cxx11_auto_declarations
     11 -               cxx11_constexpr
     12 -               cxx11_defaulted_functions
     13 -               cxx11_final
     14 -               cxx11_hdr_mutex
     15 -               cxx11_hdr_tuple
     16 -               cxx11_lambdas
     17 -               cxx11_noexcept
     18 -               cxx11_nullptr
     19 -               cxx11_rvalue_references
     20 -               cxx11_template_aliases
     21 -               cxx11_thread_local
     22 -               cxx11_variadic_templates ]
     23 -    ;
     24 +    : <link>shared:<library>../../context/build//boost_context ;
     25  
     26  boost-install boost_fiber ;