From 1a70b70d794d1993d36c7d01b1eed16e6c49b875 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Mon, 12 Sep 2016 10:21:55 -0500 Subject: [PATCH] add a script to configure and build FS as if it were installed from debian packages --- scripts/mk_fs_fhs.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/mk_fs_fhs.sh 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