[asterisk-commits] lmadsen: branch 1.6.0 r234636 - /branches/1.6.0/doc/tex/imapstorage.tex
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 14 11:20:47 CST 2009
Author: lmadsen
Date: Mon Dec 14 11:20:42 2009
New Revision: 234636
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234636
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.0/doc/tex/imapstorage.tex
Modified: branches/1.6.0/doc/tex/imapstorage.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/doc/tex/imapstorage.tex?view=diff&rev=234636&r1=234635&r2=234636
==============================================================================
--- branches/1.6.0/doc/tex/imapstorage.tex (original)
+++ branches/1.6.0/doc/tex/imapstorage.tex Mon Dec 14 11:20:42 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