diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 08:52:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 08:53:35 +0000 |
commit | 458530deaae92a328fd51c043af1039ad3fbff82 (patch) | |
tree | c8452d93b2928749ad08806728cc8cdb9c477388 /libxmlsec | |
parent | 43b8e719d22bd115ecbd71e48be8aae42ed61a0d (diff) |
fix xmlsec build under RHEL-5 (again)
last fix was removed with ec6af4194e80f5f0b2e46ca59802ff397a2a4a24
Change-Id: Ibb459d5c43356abb782dbd6a88f712bd1e01b54b
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/UnpackedTarball_xmlsec.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libxmlsec/UnpackedTarball_xmlsec.mk b/libxmlsec/UnpackedTarball_xmlsec.mk index 6f8e4d021778..fc2ed16a5336 100644 --- a/libxmlsec/UnpackedTarball_xmlsec.mk +++ b/libxmlsec/UnpackedTarball_xmlsec.mk @@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\ libxmlsec/xmlsec1-configure.patch \ libxmlsec/xmlsec1-configure-libxml-libxslt.patch \ libxmlsec/xmlsec1-olderlibxml2.patch \ + libxmlsec/xmlsec1-oldlibtool.patch \ libxmlsec/xmlsec1-nssdisablecallbacks.patch \ libxmlsec/xmlsec1-nssmangleciphers.patch \ libxmlsec/xmlsec1-noverify.patch \ |