Skip to content
Snippets Groups Projects
Commit c532b11e authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Alexandre Viau
Browse files

contrib: fix downloads on sourceforge.net


Using properly SF URL to download packages on this platform.
Boost and uuid was impacted by this.

Reviewed-by: default avatarAlexandre Viau <alexandre.viau@savoirfairelinux.com>
Change-Id: I613f39c59c2bef22572cba57977c01e045a1e2d6
parent 8eebabdb
No related branches found
No related tags found
No related merge requests found
# Boost # Boost
BOOST_VERSION_1 := 1.61.0 BOOST_VERSION_1 := 1.61.0
BOOST_VERSION_2 := 1_61_0 BOOST_VERSION_2 := 1_61_0
BOOST_URL := https://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION_1)/boost_$(BOOST_VERSION_2).tar.bz2 BOOST_URL := $(SF)/boost/files/boost/$(BOOST_VERSION_1)/boost_$(BOOST_VERSION_2).tar.bz2/download
PKGS += boost PKGS += boost
......
...@@ -38,7 +38,7 @@ VPATH := $(TARBALLS) ...@@ -38,7 +38,7 @@ VPATH := $(TARBALLS)
# Common download locations # Common download locations
GNU := http://ftpmirror.gnu.org/ GNU := http://ftpmirror.gnu.org/
SF := http://heanet.dl.sourceforge.net/sourceforge SF := https://sourceforge.net/projects
CONTRIB_VIDEOLAN ?= http://downloads.videolan.org/pub/contrib CONTRIB_VIDEOLAN ?= http://downloads.videolan.org/pub/contrib
# #
......
# libuuid part of util-linux # libuuid part of util-linux
UUID_VERSION := 1.0.2 UUID_VERSION := 1.0.2
UUID_URL := $(SF)/libuuid/libuuid-$(UUID_VERSION).tar.gz UUID_URL := $(SF)/libuuid/files/libuuid-$(UUID_VERSION).tar.gz/download
ifndef HAVE_IOS ifndef HAVE_IOS
ifeq ($(call need_pkg,"uuid >= 2.0.0"),) ifeq ($(call need_pkg,"uuid >= 2.0.0"),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment