summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-18 13:09:43 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-18 13:09:53 +0200
commit47e74f48ecc1c108ca4c04abfed20d6132ad260d (patch)
tree84c69f91afe7005659dcebfdacc53a840eacc7af /package/boost
parent58048eea0ee6ab843a64d63fe7755b3046defbe4 (diff)
boost: disable debug code, uses fork()
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/patches/patch-boost_test_impl_debug_ipp11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/boost/patches/patch-boost_test_impl_debug_ipp b/package/boost/patches/patch-boost_test_impl_debug_ipp
new file mode 100644
index 000000000..737c582fe
--- /dev/null
+++ b/package/boost/patches/patch-boost_test_impl_debug_ipp
@@ -0,0 +1,11 @@
+--- boost_1_61_0.orig/boost/test/impl/debug.ipp 2016-05-05 23:14:46.000000000 +0200
++++ boost_1_61_0/boost/test/impl/debug.ipp 2016-06-16 23:10:01.380033812 +0200
+@@ -46,7 +46,7 @@ namespace std { using ::memset; using ::
+
+ #elif defined(unix) || defined(__unix) // ********************* UNIX
+
+-# define BOOST_UNIX_BASED_DEBUG
++//# define BOOST_UNIX_BASED_DEBUG
+
+ // Boost.Test
+ #include <boost/test/utils/class_properties.hpp>