mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
remove rest of the BR2_SOURCEFORGE_MIRROR references
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
57f4106c22
commit
23ef45ca1e
@@ -7,7 +7,7 @@
|
||||
BOOST_VERSION = 1.49.0
|
||||
BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
|
||||
BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
|
||||
BOOST_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/boost
|
||||
BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
|
||||
BOOST_INSTALL_STAGING = YES
|
||||
|
||||
TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
|
||||
|
||||
Reference in New Issue
Block a user