forked from ports/contrib
15 lines
317 B
Diff
15 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
|