Browse Source

- environment-build: add --no-check-certificate option to wget

master
vanhofen 5 years ago
parent
commit
6c50831eee
  1. 2
      make/environment-build.mk

2
make/environment-build.mk

@ -214,7 +214,7 @@ REWRITE_PKGCONF = $(REWRITE_CONFIG_RULES) $(PKG_CONFIG_PATH)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# download archives into archives directory # download archives into archives directory
DOWNLOAD = wget -t3 -T60 -c -P $(ARCHIVE) DOWNLOAD = wget --no-check-certificate -t3 -T60 -c -P $(ARCHIVE)
# unpack archives into build directory # unpack archives into build directory
UNTAR = tar -C $(BUILD_TMP) -xf $(ARCHIVE) UNTAR = tar -C $(BUILD_TMP) -xf $(ARCHIVE)

Loading…
Cancel
Save