mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
boost: Patch to support Fiber
This update provides a patch in order to support Boost.Fiber. Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
Index: boost_1_62_0/libs/fiber/build/Jamfile.v2
|
||||
===================================================================
|
||||
--- boost_1_62_0.orig/libs/fiber/build/Jamfile.v2
|
||||
+++ boost_1_62_0/libs/fiber/build/Jamfile.v2
|
||||
@@ -43,19 +43,6 @@ lib boost_fiber
|
||||
recursive_timed_mutex.cpp
|
||||
timed_mutex.cpp
|
||||
scheduler.cpp
|
||||
- : <link>shared:<library>../../context/build//boost_context
|
||||
- [ requires cxx11_auto_declarations
|
||||
- cxx11_constexpr
|
||||
- cxx11_defaulted_functions
|
||||
- cxx11_final
|
||||
- cxx11_hdr_tuple
|
||||
- cxx11_lambdas
|
||||
- cxx11_noexcept
|
||||
- cxx11_nullptr
|
||||
- cxx11_rvalue_references
|
||||
- cxx11_template_aliases
|
||||
- cxx11_thread_local
|
||||
- cxx11_variadic_templates ]
|
||||
- ;
|
||||
+ : <link>shared:<library>../../context/build//boost_context ;
|
||||
|
||||
boost-install boost_fiber ;
|
||||
Reference in New Issue
Block a user