[Libreoffice-commits] core.git: external/liborcus
Caolán McNamara
caolanm at redhat.com
Wed Dec 2 06:43:27 PST 2015
external/liborcus/UnpackedTarball_liborcus.mk | 1 +
external/liborcus/unusedheader.patch.0 | 11 +++++++++++
2 files changed, 12 insertions(+)
New commits:
commit 12fc5b85ddc3b90b385ad0fc2ab0144a32bf9a4b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 2 14:41:11 2015 +0000
unnecessary include brings in boost headers that are broken under rhel-7
Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57
diff --git a/external/liborcus/UnpackedTarball_liborcus.mk b/external/liborcus/UnpackedTarball_liborcus.mk
index f278049..825fa49 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 0000000..4f7a77b
--- /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 {
More information about the Libreoffice-commits
mailing list