Skip to content

Commit

Permalink
mpfr: Swap primary mirror to gnu.org
Browse files Browse the repository at this point in the history
mpfr.org has been less then reliable, so lets make gnu.org the primary
instead of the secondary source.

This closes #250

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Nov 12, 2015
1 parent 8340382 commit ad0d71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/companion_libs/110-mpfr.sh
Expand Up @@ -13,8 +13,8 @@ if [ "${CT_MPFR}" = "y" ]; then
# Download MPFR
do_mpfr_get() {
CT_GetFile "mpfr-${CT_MPFR_VERSION}" \
http://www.mpfr.org/mpfr-${CT_MPFR_VERSION} \
{http,ftp,https}://ftp.gnu.org/gnu/mpfr
{https,http,ftp}://ftp.gnu.org/gnu/mpfr \
http://www.mpfr.org/mpfr-${CT_MPFR_VERSION}
}

# Extract MPFR
Expand Down

0 comments on commit ad0d71d

Please sign in to comment.