mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 19:04:47 +00:00
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
|
#! /bin/sh
|
||
|
./configure "$@" --with-apr=../apr --disable-shared --with-pic --with-apr-utils=../apr-utils --with-sofia-sip=../sofia-sip
|
||
|
|