1c9453cdf2
Change-Id: I4c3760808b92c066181ce7e1294ee9e6dd9ea016 Reviewed-on: https://gerrit.libreoffice.org/8387 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
14 lines
383 B
Diff
14 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( BaseSession* session, const string& authUrl,
|
|
const string& username, const string& password )
|
|
{
|