From d771238c66eaf9594ebcd56db28b4e72d7445bd1f4b419c1c4a678da1352bae6 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 16 Sep 2020 11:58:23 +0000 Subject: [PATCH] - serialization_missing_includes.patch: Add missing includes in the serialization library OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=264 --- boost.changes | 6 ++++++ boost.spec | 2 ++ serialization_missing_includes.patch | 12 ++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 serialization_missing_includes.patch diff --git a/boost.changes b/boost.changes index aa746ec..1ac40c7 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 16 11:57:48 UTC 2020 - Adam Majer + +- serialization_missing_includes.patch: Add missing includes in the + serialization library + ------------------------------------------------------------------- Thu Sep 3 21:30:24 UTC 2020 - Berthold Gunreben diff --git a/boost.spec b/boost.spec index 7c89767..c164c6c 100644 --- a/boost.spec +++ b/boost.spec @@ -205,6 +205,7 @@ Patch17: python_mpi.patch Patch18: dynamic_linking.patch Patch20: python_library_name.patch Patch21: boost-remove-cmakedir.patch +Patch22: serialization_missing_includes.patch BuildRequires: fdupes BuildRequires: gmp-devel BuildRequires: libbz2-devel @@ -1132,6 +1133,7 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {} %patch18 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 %build find . -type f -exec chmod u+w {} + diff --git a/serialization_missing_includes.patch b/serialization_missing_includes.patch new file mode 100644 index 0000000..97bbe10 --- /dev/null +++ b/serialization_missing_includes.patch @@ -0,0 +1,12 @@ +Index: boost_1_74_0/boost/serialization/set.hpp +=================================================================== +--- boost_1_74_0.orig/boost/serialization/set.hpp ++++ boost_1_74_0/boost/serialization/set.hpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include + #include