diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-02 14:41:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-02 14:43:05 +0000 |
commit | 12fc5b85ddc3b90b385ad0fc2ab0144a32bf9a4b (patch) | |
tree | 7b96fc82d6952aed522a4cd8633d0af2af9f3a66 | |
parent | dd9c15b36f69bec4d4fc9b0049f7e496e5eb9e9d (diff) |
unnecessary include brings in boost headers that are broken under rhel-7
Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57
-rw-r--r-- | external/liborcus/UnpackedTarball_liborcus.mk | 1 | ||||
-rw-r--r-- | external/liborcus/unusedheader.patch.0 | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/external/liborcus/UnpackedTarball_liborcus.mk b/external/liborcus/UnpackedTarball_liborcus.mk index f2780494bd7f..825fa4960e59 100644 --- a/external/liborcus/UnpackedTarball_liborcus.mk +++ b/external/liborcus/UnpackedTarball_liborcus.mk @@ -17,6 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\ external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \ external/liborcus/rpath.patch.0 \ external/liborcus/fix-crash-ooo55043-1.patch.0 \ + external/liborcus/unusedheader.patch.0 \ )) # vim: set noet sw=4 ts=4: diff --git a/external/liborcus/unusedheader.patch.0 b/external/liborcus/unusedheader.patch.0 new file mode 100644 index 000000000000..4f7a77bf3f54 --- /dev/null +++ b/external/liborcus/unusedheader.patch.0 @@ -0,0 +1,11 @@ +--- ./src/parser/pstring.cpp.orig 2015-12-02 14:38:44.658744408 +0000 ++++ ./src/parser/pstring.cpp 2015-12-02 14:38:50.449658497 +0000 +@@ -13,8 +13,6 @@ + #include <iostream> + #include <vector> + +-#include <boost/thread/mutex.hpp> +- + using namespace std; + + namespace orcus { |