From e6cfb53877ff8a1a4aff5eda24a4622d8b60710f Mon Sep 17 00:00:00 2001 From: lmadsen Date: Mon, 14 Dec 2009 17:21:32 +0000 Subject: Merged revisions 234631 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r234631 | lmadsen | 2009-12-14 11:19:58 -0600 (Mon, 14 Dec 2009) | 8 lines 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/branches/1.6.2@234643 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/tex/imapstorage.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') 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'. -- cgit v1.2.3