mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Adjust build for libzrtp changes
libzrtp now builds from its root directory rather from projects/gnu.
This commit is contained in:
@@ -347,7 +347,7 @@ bootstrap_apr() {
|
||||
}
|
||||
|
||||
bootstrap_libzrtp() {
|
||||
(cd ${LIBDIR}/libzrtp/projects/gnu && ./bootstrap.sh)
|
||||
(cd ${LIBDIR}/libzrtp && ./bootstrap.sh)
|
||||
}
|
||||
|
||||
# Libs automake automation function
|
||||
|
Reference in New Issue
Block a user