b3c7bf54b5
Change-Id: I0a7e888af770a332e2fec057507eecebf83621c4 Reviewed-on: https://gerrit.libreoffice.org/65646 Tested-by: Jenkins Reviewed-by: David Tardon <dtardon@redhat.com>
14 lines
317 B
Diff
14 lines
317 B
Diff
# -*- Mode: Diff -*-
|
|
--- a/src/libcmis/oauth2-providers.cxx
|
|
+++ b/src/libcmis/oauth2-providers.cxx
|
|
@@ -34,6 +34,10 @@
|
|
|
|
using namespace std;
|
|
|
|
+#if LIBXML_VERSION < 20621
|
|
+#define HTML_PARSE_RECOVER 0
|
|
+#endif
|
|
+
|
|
namespace {
|
|
|
|
// Encodes the given data according to the application/x-www-form-urlencoded format, see
|