Commit 78325c4f authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Indent continuations

parent a2e9b25b
......@@ -161,8 +161,8 @@ requirements are installed.
By convention, consider installing Varnish under `/opt/local` using::
./configure \
--prefix=/opt/local \
--mandir=/opt/local/man
--prefix=/opt/local \
--mandir=/opt/local/man
Alternatively, building with Solaris Studio 12.4 should work
considering the following recommendations:
......@@ -172,11 +172,11 @@ considering the following recommendations:
dependencies are installed. Example for `/opt/local`::
./configure \
--prefix=/opt/local \
--mandir=/opt/local/man \
CPPFLAGS="-I/opt/local/include" \
CFLAGS="-m64" \
LDFLAGS="-L/opt/local/lib -R/opt/local/lib"
--prefix=/opt/local \
--mandir=/opt/local/man \
CPPFLAGS="-I/opt/local/include" \
CFLAGS="-m64" \
LDFLAGS="-L/opt/local/lib -R/opt/local/lib"
Compiling Varnish
-----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment