diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/libxml2 | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/libxml2')
-rw-r--r-- | contrib/libxml2/module.defs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs index aa37d0521..f7081dcd3 100644 --- a/contrib/libxml2/module.defs +++ b/contrib/libxml2/module.defs @@ -2,10 +2,15 @@ __deps__ := LIBICONV $(eval $(call import.MODULE.defs,LIBXML2,libxml2,$(__deps__))) $(eval $(call import.CONTRIB.defs,LIBXML2)) -LIBXML2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libxml2-2.7.7.tar.gz -LIBXML2.FETCH.md5 = 9abc9959823ca9ff904f1fbcf21df066 +LIBXML2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libxml2-2.7.7.tar.gz +LIBXML2.FETCH.url += ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz +LIBXML2.FETCH.md5 = 9abc9959823ca9ff904f1fbcf21df066 LIBXML2.EXTRACT.tarbase = libxml2-2.7.7 +# TODO: libxml2 2.9.2 is latest, tarbase not necessary with new upstream +#LIBXML2.FETCH.url = ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz +#LIBXML2.FETCH.md5 = 9e6a9aca9d155737868b3dc5fd82f788 + # The Python components do not build on MinGW due to the lack of a select() call # in the MinGW environment. LIBXML2.CONFIGURE.extra = \ |