Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / libcmis / libcmis-libxml2_compatibility.patch
blob6c4525eeece9b066be7c7e9e72e14cba82c9d63f
1 # -*- Mode: Diff -*-
2 --- a/src/libcmis/oauth2-providers.cxx
3 +++ b/src/libcmis/oauth2-providers.cxx
4 @@ -34,6 +34,10 @@
6 using namespace std;
8 +#if LIBXML_VERSION < 20621
9 +#define HTML_PARSE_RECOVER 0
10 +#endif
12 string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& authUrl,
13 const string& username, const string& password )