]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add a script to configure and build FS as if it were installed from debian packages
authorKen Rice <krice@freeswitch.org>
Mon, 12 Sep 2016 15:21:55 +0000 (10:21 -0500)
committerKen Rice <krice@freeswitch.org>
Mon, 12 Sep 2016 15:21:55 +0000 (10:21 -0500)
scripts/mk_fs_fhs.sh [new file with mode: 0644]

diff --git a/scripts/mk_fs_fhs.sh b/scripts/mk_fs_fhs.sh
new file mode 100644 (file)
index 0000000..a7cab3e
--- /dev/null
@@ -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