Skip to content

Commit

Permalink
Fixed a bug in libsrtp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso committed Jan 17, 2013
1 parent b04c2f0 commit b5b8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installErizo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pause() {
}
install_libsrtp(){
cd $ROOT/third_party/srtp
./configure
CFLAGS="-fPIC" ./configure
make
sudo make uninstall
sudo make install
Expand Down

0 comments on commit b5b8181

Please sign in to comment.