mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
bind: use http:// instead of ftp:// for site
To avoid issues with firewalls blocking ftp. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f3e3b36159
commit
771bb2d58d
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
BIND_VERSION = 9.11.2
|
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 does not support parallel builds.
|
||||||
BIND_MAKE = $(MAKE1)
|
BIND_MAKE = $(MAKE1)
|
||||||
BIND_INSTALL_STAGING = YES
|
BIND_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user