aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-14 17:19:58 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-14 17:19:58 +0000
commit3a0a020dab462c913b9c3b871f5c5da14d734aa6 (patch)
treef5f776f04507e3b38b76a54739210cbbb66377ec /doc
parentc3a0b4fa52ca2b138a34fbdb0028a3532b594d4c (diff)
Update IMAP build documentation.
Update the IMAP build documentation to show how to build on 64-bit platforms. (issue #16433) Reported by: shrift Tested by: lmadsen git-svn-id: http://svn.digium.com/svn/asterisk/trunk@234631 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/imapstorage.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tex/imapstorage.tex b/doc/tex/imapstorage.tex
index 75663e928..8314f9e08 100644
--- a/doc/tex/imapstorage.tex
+++ b/doc/tex/imapstorage.tex
@@ -52,6 +52,20 @@ Debian system there are two possibilities:
\end{verbatim}
\end{enumerate}
+Additionally, you may wish to build on a 64-bit machine, in which case you
+need to add -fPIC to EXTRACFLAGS. So, building on a 64-bit machine with
+SSL support would look something like:
+
+\begin{verbatim}
+ $ make slx EXTRACFLAGS="-fPIC -I/usr/include/openssl"
+\end{verbatim}
+
+Or without SSL support:
+
+\begin{verbatim}
+ $ make slx SSLTYPE=none EXTRACFLAGS=-fPIC
+\end{verbatim}
+
Once this completes you can proceed with the Asterisk build; there is no
need to run 'make install'.