diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-03-02 15:54:30 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-03-02 15:54:30 +0000 |
commit | b2e49190dfb6c94ba520747dc30d41d87ff63e40 (patch) | |
tree | 55ccc8573fafd6b0cea3b4386e53949737ddd27d /libxmlsec/makefile.mk | |
parent | 194993bb6777a408e7294c51237c92fce223d576 (diff) |
#i107747# allow building against older libxml2
Diffstat (limited to 'libxmlsec/makefile.mk')
-rw-r--r-- | libxmlsec/makefile.mk | 2 |
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 \ |