File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cleanup=""
6
6
7
7
version=2.71
8
8
pfile=autoconf-${version} .tar.gz
9
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http://ftp .gnu.org/gnu /autoconf/${pfile} ${pfile} )
9
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http://ftpmirror .gnu.org/autoconf/${pfile} ${pfile} )
10
10
11
11
if [ " x${src} " = " x" ]; then
12
12
echo " Failed to fetch ${pkg} " >&2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cleanup=""
6
6
7
7
version=1.16.5
8
8
pfile=automake-${version} .tar.gz
9
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http://ftp .gnu.org/gnu /automake/${pfile} ${pfile} )
9
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http://ftpmirror .gnu.org/automake/${pfile} ${pfile} )
10
10
11
11
if [ " x${src} " = " x" ]; then
12
12
echo " Failed to fetch ${pkg} " >&2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cleanup=""
7
7
version=6.2.1
8
8
pdir=gmp-${version}
9
9
pfile=${pdir} .tar.xz
10
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" https ://ftp .gnu.org/gnu /gmp/${pfile} ${pfile} )
10
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http ://ftpmirror .gnu.org/gmp/${pfile} ${pfile} )
11
11
12
12
if [ " x${src} " = " x" ]; then
13
13
echo " Failed to fetch ${pkg} " >&2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cleanup=""
6
6
7
7
version=2.4.6
8
8
pfile=libtool-${version} .tar.gz
9
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" https ://ftp .gnu.org/gnu /libtool/${pfile} ${pfile} )
9
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http ://ftpmirror .gnu.org/libtool/${pfile} ${pfile} )
10
10
11
11
if [ " x${src} " = " x" ]; then
12
12
echo " Failed to fetch ${pkg} " >&2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cleanup=""
6
6
7
7
version=1.4.19
8
8
pfile=m4-${version} .tar.bz2
9
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" https ://ftp .gnu.org/gnu /m4/${pfile} ${pfile} )
9
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http ://ftpmirror .gnu.org/m4/${pfile} ${pfile} )
10
10
11
11
if [ " x${src} " = " x" ]; then
12
12
echo " Failed to fetch ${pkg} " >&2
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ cleanup=""
6
6
7
7
version=4.1.0
8
8
pdir=mpfr-${version}
9
- pfile=${pdir} .tar.xz
10
- src=$( eval " @TOP_DIR@/tools/fetch_check.sh" https ://www.mpfr .org/mpfr-current /${pfile} ${pfile} )
9
+ pfile=${pdir} .tar.gz
10
+ src=$( eval " @TOP_DIR@/tools/fetch_check.sh" http ://ftpmirror.gnu .org/mpfr/${pfile} ${pfile} )
11
11
12
12
if [ " x${src} " = " x" ]; then
13
13
echo " Failed to fetch ${pkg} " >&2
24
24
echo " Building ${pkg} ..." >&2
25
25
26
26
rm -rf ${pdir}
27
- tar xf ${src} \
27
+ tar xzf ${src} \
28
28
&& cd ${pdir} \
29
29
&& cleanup=" ${cleanup} $( pwd) " \
30
30
&& CC=" @CC@" CFLAGS=" @CFLAGS@" \
You can’t perform that action at this time.
0 commit comments