update credits
[LibreOffice.git] / external / libcmis / libcmis-libxml2_compatibility.patch
blob240b85b4d38ed7af5d304849a24b8e9d106cf71b
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 namespace {
14 // Encodes the given data according to the application/x-www-form-urlencoded format, see