Edited wiki page Building_Source_v2_0 through web user interface.

This commit is contained in:
bossiel 2013-04-01 06:06:16 +00:00
parent 47985201b2
commit f463bd8d60
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ libsrtp is required.
{{{
cvs -d:pserver:anonymous@srtp.cvs.sourceforge.net:/cvsroot/srtp co -P srtp
cd srtp
./configure --enable-pic && make && make install
CFLAGS="-fPIC" ./configure --enable-pic && make && make install
}}}
===Building OpenSSL===