summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-09-30 14:26:35 +0200
committerJoachim Lingner <jl@openoffice.org>2010-09-30 14:26:35 +0200
commit6649d8cc20b8147175ef59d3c870cfd2e47d72d8 (patch)
tree4373fb29c525ecca55e269fd8ba47d03b592649c /libxmlsec
parent5f77e8fa8af8f46be095b1e1df7b9fb6d3d401de (diff)
jl160 #i114782# make libxmlsec buildable with older lixml2 versions
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/xmlsec1-olderlibxml2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxmlsec/xmlsec1-olderlibxml2.patch b/libxmlsec/xmlsec1-olderlibxml2.patch
index b5f3d5747586..f2bd85f5113b 100644
--- a/libxmlsec/xmlsec1-olderlibxml2.patch
+++ b/libxmlsec/xmlsec1-olderlibxml2.patch
@@ -4,7 +4,7 @@
return(0);
}
-+#if !defined(LIBXML_VERSION) || LIBXML_VERSION < 20706
++#if !defined(LIBXML_VERSION) || LIBXML_VERSION < 20704
+/*
+ * xmlC14NMode:
+ *