mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
Merge "install_prereq: Checkout of libSRTP 1.5.x." into 13
This commit is contained in:
@@ -175,7 +175,9 @@ install_unpackaged() {
|
||||
cd libsrtp
|
||||
git pull
|
||||
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 ..
|
||||
echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf
|
||||
/sbin/ldconfig
|
||||
|
Reference in New Issue
Block a user