From: Ken Rice Date: Mon, 12 Sep 2016 15:21:55 +0000 (-0500) Subject: add a script to configure and build FS as if it were installed from debian packages X-Git-Tag: v1.6.11~9^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a70b70d794d1993d36c7d01b1eed16e6c49b875;p=thirdparty%2Ffreeswitch.git add a script to configure and build FS as if it were installed from debian packages --- diff --git a/scripts/mk_fs_fhs.sh b/scripts/mk_fs_fhs.sh new file mode 100644 index 0000000000..a7cab3ecfe --- /dev/null +++ b/scripts/mk_fs_fhs.sh @@ -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