File boost-no-exception.patch of Package boost
On Linux the boost exception library is a stub and no package is
generated for it. See comments in spec file.
--- libs/coroutine/build.jam.orig
+++ libs/coroutine/build.jam
@@ -10,7 +10,6 @@
/boost/config//boost_config
/boost/context//boost_context
/boost/core//boost_core
- /boost/exception//boost_exception
/boost/move//boost_move
/boost/system//boost_system
/boost/throw_exception//boost_throw_exception
diff --git a/build.jam b/build.jam
index d0caf573..bd3c231b 100644
--- libs/thread/build.jam.orig
+++ libs/thread/build.jam
@@ -16,7 +16,6 @@ constant boost_dependencies :
/boost/container_hash//boost_container_hash
/boost/core//boost_core
/boost/date_time//boost_date_time
- /boost/exception//boost_exception
/boost/function//boost_function
/boost/io//boost_io
/boost/move//boost_move
diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
index dbaa83a..5b11d12 100644
--- libs/log/build/Jamfile.v2.orig
+++ libs/log/build/Jamfile.v2
@@ -69,7 +69,6 @@ constant boost_log_public_deps :
constant boost_log_private_deps :
<library>/boost/align//boost_align
<library>/boost/bind//boost_bind
- <library>/boost/exception//boost_exception
<library>/boost/interprocess//boost_interprocess
<library>/boost/optional//boost_optional
<library>/boost/spirit//boost_spirit
@@ -101,7 +100,6 @@ constant boost_log_setup_public_deps :
constant boost_log_setup_private_deps :
<library>/boost/bind//boost_bind
<library>/boost/date_time//boost_date_time
- <library>/boost/exception//boost_exception
<library>/boost/filesystem//boost_filesystem
<library>/boost/io//boost_io
<library>/boost/log//boost_log
@@ -116,7 +114,6 @@ constant boost_log_setup_private_deps :
constant boost_log_support_public_deps :
<library>/boost/log//boost_log
- <library>/boost/exception//boost_exception
<library>/boost/spirit//boost_spirit
<library>/boost/xpressive//boost_xpressive
;