From 94f29b774d776ff5235dedd395229baa91bc39f6 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Wed, 8 Feb 2017 13:11:58 -0600 Subject: [PATCH] remove unneeded bits --- scripts/debian_min_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian_min_build.sh b/scripts/debian_min_build.sh index 14a4d92b54..f900c3a9a6 100755 --- a/scripts/debian_min_build.sh +++ b/scripts/debian_min_build.sh @@ -21,14 +21,14 @@ cd freeswitch.git ./configure -C --enable-portable-binary --enable-sctp\ --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ - --with-gnu-ld --with-python --with-erlang --with-openssl \ + --with-gnu-ld --with-openssl \ --enable-core-odbc-support --enable-zrtp \ --enable-core-pgsql-support \ --enable-static-v8 --disable-parallel-build-v8 --enable-amr $@ #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 \ +# --with-gnu-ld --with-openssl \ # --enable-core-odbc-support --enable-zrtp \ # --enable-core-pgsql-support \ # --enable-static-v8 --disable-parallel-build-v8 --enable-address-sanitizer