Skip to content

Commit d87c427

Browse files
committed
Making room for a dragonegg build of apache.
1 parent d974404 commit d87c427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/apache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export WLLVM_OUTPUT=WARNING
99

1010
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.12.tar.gz
1111
tar xfz httpd-2.4.12.tar.gz
12-
cd httpd-2.4.12
12+
mv httpd-2.4.12 apache_clang
13+
cd apache_clang
1314
CC=wllvm ./configure
1415
make
1516
extract-bc httpd

0 commit comments

Comments
 (0)