summaryrefslogtreecommitdiffstats
path: root/libxmlsec/makefile.mk
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-03-02 15:54:30 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-03-02 15:54:30 +0000
commitb2e49190dfb6c94ba520747dc30d41d87ff63e40 (patch)
tree55ccc8573fafd6b0cea3b4386e53949737ddd27d /libxmlsec/makefile.mk
parentxmlsec1_2_14: merge with DEV300 m73 (diff)
downloadcore-b2e49190dfb6c94ba520747dc30d41d87ff63e40.tar.gz
core-b2e49190dfb6c94ba520747dc30d41d87ff63e40.zip
#i107747# allow building against older libxml2
Diffstat (limited to 'libxmlsec/makefile.mk')
-rw-r--r--libxmlsec/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 0f5ca35f2771..8b4568fb016e 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -48,6 +48,7 @@ TARFILE_NAME=$(PRJNAME)-$(XMLSEC1VERSION)
#xmlsec1-configure.patch: Set up the build. Straightforward
#configuration
+#xmlsec1-olderlibxml2.patch: Allow build against older libxml2, for macosx
#xmlsec1-customkeymanage.patch: Could we do this alternatively outside xmlsec
#xmlsec1-nssmangleciphers.patch: Dubious, do we still need this ?
#xmlsec1-nssdisablecallbacks.patch: Dubious, do we still need this ?
@@ -56,6 +57,7 @@ TARFILE_NAME=$(PRJNAME)-$(XMLSEC1VERSION)
#xmlsec1-mingw-customkeymanage-addmscrypto.patch builds the custom keymanager on mingw
PATCH_FILES=\
xmlsec1-configure.patch \
+ xmlsec1-olderlibxml2.patch \
xmlsec1-customkeymanage.patch \
xmlsec1-nssmangleciphers.patch \
xmlsec1-nssdisablecallbacks.patch \