]> Git Repo - buildroot-mgba.git/commitdiff
package/libxml2: change download site to http
authorNityananda Padhan <[email protected]>
Sat, 9 Mar 2019 13:06:09 +0000 (18:36 +0530)
committerPeter Korsgaard <[email protected]>
Tue, 2 Apr 2019 20:28:38 +0000 (22:28 +0200)
ftp is blocked on some (corporate) networks.

Signed-off-by: Nityananda Padhan <[email protected]>
Reviewed-by: Peter Seiderer <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/libxml2/libxml2.mk

index 3b3714fff1c2cfdbbc98af447e160d8455bd3218..f4b4de090ee16086191060215c7d58beebd240fb 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBXML2_VERSION = 2.9.9
-LIBXML2_SITE = ftp://xmlsoft.org/libxml2
+LIBXML2_SITE = http://xmlsoft.org/sources
 LIBXML2_INSTALL_STAGING = YES
 LIBXML2_LICENSE = MIT
 LIBXML2_LICENSE_FILES = COPYING
This page took 0.033674 seconds and 4 git commands to generate.