[Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site

Peter Korsgaard peter at korsgaard.com
Wed Sep 13 13:01:15 UTC 2017


To avoid issues with firewalls blocking ftp.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bind/bind.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 97d98d0b21..f6aa7253ed 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 BIND_VERSION = 9.11.2
-BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
+BIND_SITE = http://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 # bind does not support parallel builds.
 BIND_MAKE = $(MAKE1)
 BIND_INSTALL_STAGING = YES
-- 
2.11.0




More information about the buildroot mailing list