Compiler/boost/build

- fix SOURCE_URL
This commit is contained in:
Achim Gsell
2017-05-09 01:23:55 +02:00
parent 486dffd2b2
commit 20364c7083

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://sourceforge.net/projects/boost/files/$P/$V/boost_${V_MAJOR}_${V_MINOR}_${V_PATCHLVL}.tar.gz"
SOURCE_URL="https://netcologne.dl.sourceforge.net/project/boost/boost/$V/boost_${V_MAJOR}_${V_MINOR}_${V_PATCHLVL}.tar.gz"
BOOST_BUILD_PATH="${MODULE_BUILDDIR}"
pbuild::configure() {