projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e3b36
)
bind: use http:// instead of ftp:// for site
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 13 Sep 2017 13:01:15 +0000
(15:01 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 22 Sep 2017 21:28:10 +0000
(23:28 +0200)
To avoid issues with firewalls blocking ftp.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bind/bind.mk
patch
|
blob
|
history
diff --git
a/package/bind/bind.mk
b/package/bind/bind.mk
index 97d98d0b21add90425afff50b85c7f39abd01f5b..f6aa7253edfd3edb6a12cb61a70bc46dd6533c7a 100644
(file)
--- a/
package/bind/bind.mk
+++ b/
package/bind/bind.mk
@@
-5,7
+5,7
@@
################################################################################
BIND_VERSION = 9.11.2
-BIND_SITE =
f
tp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
+BIND_SITE =
ht
tp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
# bind does not support parallel builds.
BIND_MAKE = $(MAKE1)
BIND_INSTALL_STAGING = YES