mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
add a script to configure and build FS as if it were installed from debian packages
This commit is contained in:
parent
43c10074fb
commit
1a70b70d79
17
scripts/mk_fs_fhs.sh
Normal file
17
scripts/mk_fs_fhs.sh
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
touch noreg
|
||||||
|
./bootstrap.sh -j
|
||||||
|
./configure -C --enable-portable-binary \
|
||||||
|
--prefix=/usr --localstatedir=/var --sysconfdir=/etc \
|
||||||
|
--with-gnu-ld --with-python --with-erlang --with-openssl \
|
||||||
|
--enable-core-odbc-support --enable-zrtp \
|
||||||
|
--enable-core-pgsql-support \
|
||||||
|
--enable-static-v8
|
||||||
|
#CC=clang-3.6 CXX=clang++-3.6 ./configure -C --enable-portable-binary \
|
||||||
|
# --prefix=/usr --localstatedir=/var --sysconfdir=/etc \
|
||||||
|
# --with-gnu-ld --with-python --with-erlang --with-openssl \
|
||||||
|
# --enable-core-odbc-support --enable-zrtp \
|
||||||
|
# --enable-core-pgsql-support \
|
||||||
|
# --enable-static-v8 --disable-parallel-build-v8 --enable-address-sanitizer
|
||||||
|
make
|
||||||
|
#make -j install
|
Loading…
x
Reference in New Issue
Block a user