summaryrefslogtreecommitdiff
path: root/external/libcmis/libcmis-libxml2_compatibility.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libcmis/libcmis-libxml2_compatibility.patch')
-rw-r--r--external/libcmis/libcmis-libxml2_compatibility.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/libcmis/libcmis-libxml2_compatibility.patch b/external/libcmis/libcmis-libxml2_compatibility.patch
index 6c4525eeece9..240b85b4d38e 100644
--- a/external/libcmis/libcmis-libxml2_compatibility.patch
+++ b/external/libcmis/libcmis-libxml2_compatibility.patch
@@ -9,6 +9,6 @@
+#define HTML_PARSE_RECOVER 0
+#endif
+
- string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& authUrl,
- const string& username, const string& password )
- {
+ namespace {
+
+ // Encodes the given data according to the application/x-www-form-urlencoded format, see