Files
loongoffice/external/libcmis/libcmis-libxml2_compatibility.patch
Mihai Varga a7b86c0e64 Updated CMIS patches and the makefile for the OneDrive binding
To fix build, also squashed in:

Author: Miklos Vajna <vmiklos@collabora.co.uk>
Date:   Sun Dec 14 15:18:58 2014 +0100

    upload libcmis 0.5.0

Author: Mihai Varga <mihai.mv13@gmail.com>
Date:   Mon Aug 11 13:23:53 2014 +0300

    SharePoint binding settings, part 1

    Conflicts:
        officecfg/registry/data/org/openoffice/Office/Common.xcu

Change-Id: I45eb81a0139c42864f93ad89c4a31185f3ac5bd6
2014-12-15 11:23:24 +01:00

15 lines
383 B
Diff

# -*- Mode: Diff -*-
--- src/libcmis/oauth2-providers.cxx
+++ src/libcmis/oauth2-providers.cxx
@@ -34,6 +34,10 @@
using namespace std;
+#if LIBXML_VERSION < 20621
+#define HTML_PARSE_RECOVER 0
+#endif
+
string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& authUrl,
const string& username, const string& password )
{