summaryrefslogtreecommitdiff
path: root/libxmlsec/makefile.mk
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-03-05 19:10:01 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-03-05 19:10:01 +0000
commit991d51b9ba906e4c969688cc00c3a6480eb23f25 (patch)
treeb78c242adae263627fb50a2838dcaac09ae249b7 /libxmlsec/makefile.mk
parentb2e49190dfb6c94ba520747dc30d41d87ff63e40 (diff)
libxmlsec: #i107747# Document what I think xmlsec1-nssdisablecallbacks.patch does
Diffstat (limited to 'libxmlsec/makefile.mk')
-rw-r--r--libxmlsec/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 8b4568fb016e..495427c546ac 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -46,21 +46,20 @@ XMLSEC1VERSION=1.2.14
TARFILE_NAME=$(PRJNAME)-$(XMLSEC1VERSION)
-#xmlsec1-configure.patch: Set up the build. Straightforward
-#configuration
+#xmlsec1-configure.patch: Set up the build. Straightforward configuration
#xmlsec1-olderlibxml2.patch: Allow build against older libxml2, for macosx
+#xmlsec1-nssdisablecallbacks.patch: Disable use of smime3 so don't need to package it
#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 ?
#xmlsec1-noverify.patch: As per readme.txt.
#xmlsec1-mingw32.patch: Mingw32 support.
#xmlsec1-mingw-customkeymanage-addmscrypto.patch builds the custom keymanager on mingw
PATCH_FILES=\
xmlsec1-configure.patch \
xmlsec1-olderlibxml2.patch \
+ xmlsec1-nssdisablecallbacks.patch \
xmlsec1-customkeymanage.patch \
xmlsec1-nssmangleciphers.patch \
- xmlsec1-nssdisablecallbacks.patch \
xmlsec1-noverify.patch \
xmlsec1-mingw32.patch \
xmlsec1-mingw-keymgr-mscrypto.patch