[asterisk-commits] lmadsen: trunk r234631 - in /trunk: ./ doc/tex/imapstorage.tex

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 14 11:20:02 CST 2009


Author: lmadsen
Date: Mon Dec 14 11:19:58 2009
New Revision: 234631

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234631
Log:
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

Modified:
    trunk/   (props changed)
    trunk/doc/tex/imapstorage.tex

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.

Modified: trunk/doc/tex/imapstorage.tex
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/tex/imapstorage.tex?view=diff&rev=234631&r1=234630&r2=234631
==============================================================================
--- trunk/doc/tex/imapstorage.tex (original)
+++ trunk/doc/tex/imapstorage.tex Mon Dec 14 11:19:58 2009
@@ -51,6 +51,20 @@
    $ make slx EXTRACFLAGS="-I/usr/include/openssl"
    \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'.




More information about the asterisk-commits mailing list