repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update credits
[LibreOffice.git]
/
external
/
libcmis
/
libcmis-libxml2_compatibility.patch
blob
240b85b4d38ed7af5d304849a24b8e9d106cf71b
1
# -*- Mode: Diff -*-
2
--- a/src/libcmis/oauth2-providers.cxx
3
+++ b/src/libcmis/oauth2-providers.cxx
4
@@ -34,6 +34,10 @@
5
6
using namespace std;
7
8
+#if LIBXML_VERSION < 20621
9
+#define HTML_PARSE_RECOVER 0
10
+#endif
11
+
12
namespace {
13
14
// Encodes the given data according to the application/x-www-form-urlencoded format, see