Merge "install_prereq: Checkout of libSRTP 1.5.x." into 13

changes/86/3186/1
zuul 9 years ago committed by Gerrit Code Review
commit f5aa9f8034

@ -175,7 +175,9 @@ install_unpackaged() {
cd libsrtp cd libsrtp
git pull git pull
fi fi
./configure CFLAGS=-fPIC && make libsrtp.a && make uninstall && make install git checkout "1_5_x_throttle"
./configure --disable-debug --disable-stdout --enable-openssl
make shared_library uninstall install
cd .. cd ..
echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf
/sbin/ldconfig /sbin/ldconfig

Loading…
Cancel
Save