]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.static: add -no-check-certificate to wget
authorJaroslav Kysela <perex@perex.cz>
Wed, 23 Aug 2017 10:43:14 +0000 (12:43 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Aug 2017 10:43:41 +0000 (12:43 +0200)
Makefile.static

index d43d8d3ac7b268c81c45fb2a1916e5edea082ac8..c5155600b6a3187b5dc036715250443c23254cb7 100644 (file)
@@ -83,7 +83,7 @@ define DOWNLOAD
        @mkdir -p $(LIB_ROOT)/build
        @if test -z "$${TVHEADEND_FILE_CACHE}"; then \
                printf "WGET            $(1)\n"; \
-               wget --no-verbose -O $(2) $(1); \
+               wget --no-verbose --no-check-certificate -O $(2) $(1); \
        else \
                file=$$(basename $(2)); \
                cp "$$TVHEADEND_FILE_CACHE/$${file}" $(2); \