[svn-commits] lmadsen: branch 1.6.1 r234639 - /branches/1.6.1/doc/tex/imapstorage.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 14 11:21:13 CST 2009


Author: lmadsen
Date: Mon Dec 14 11:21:09 2009
New Revision: 234639

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

Modified:
    branches/1.6.1/doc/tex/imapstorage.tex

Modified: branches/1.6.1/doc/tex/imapstorage.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/doc/tex/imapstorage.tex?view=diff&rev=234639&r1=234638&r2=234639
==============================================================================
--- branches/1.6.1/doc/tex/imapstorage.tex (original)
+++ branches/1.6.1/doc/tex/imapstorage.tex Mon Dec 14 11:21:09 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 svn-commits mailing list