]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unneeded bits
authorMike Jerris <mike@jerris.com>
Wed, 8 Feb 2017 19:11:58 +0000 (13:11 -0600)
committerMike Jerris <mike@jerris.com>
Wed, 8 Feb 2017 19:11:58 +0000 (13:11 -0600)
scripts/debian_min_build.sh

index 14a4d92b5423d57b635e3ab13fe8a66354956828..f900c3a9a6bfd7791a5b7ba13da6eb428fa84c83 100755 (executable)
@@ -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