Kaydet (Commit) a18fed7d authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Stahl

unnecessary include brings in boost headers that are broken under rhel-7

(cherry picked from commit 12fc5b85)
(cherry picked from commit 7587f8ba)

Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57
Reviewed-on: https://gerrit.libreoffice.org/20354Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 69725ffe
......@@ -30,6 +30,7 @@ liborcus_patches += visibility.patch
# f60d6eecee72349993a392a9a63ddf3383d3b8c8@2>:
liborcus_patches += liborcus_0.7.0-configure.gcc5.patch.0
liborcus_patches += unusedheader.patch.0
$(eval $(call gb_UnpackedTarball_add_patches,liborcus,\
$(foreach patch,$(liborcus_patches),external/liborcus/$(patch)) \
......
--- ./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 {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment