File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LLVM_COMPILER=clang
8
8
export WLLVM_OUTPUT=WARNING
9
9
10
10
APACHE_VER=2.4.18
11
- wget http ://apache.mirrors.pair.com/ /httpd/httpd-${APACHE_VER} .tar.gz
11
+ wget https ://archive. apache.org/dist /httpd/httpd-${APACHE_VER} .tar.gz
12
12
tar xfz httpd-${APACHE_VER} .tar.gz
13
13
mv httpd-${APACHE_VER} apache_clang
14
14
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export LLVM_DRAGONEGG_PLUGIN=/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/dragonegg.
12
12
export WLLVM_OUTPUT=WARNING
13
13
14
14
APACHE_VER=2.4.18
15
- wget http ://apache.mirrors.pair.com/ /httpd/httpd-${APACHE_VER} .tar.gz
15
+ wget https ://archive. apache.org/dist /httpd/httpd-${APACHE_VER} .tar.gz
16
16
tar xfz httpd-${APACHE_VER} .tar.gz
17
17
mv httpd-${APACHE_VER} apache_dragonegg
18
18
cd apache_dragonegg
You can’t perform that action at this time.
0 commit comments