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