From: Mathieu Rene Date: Mon, 27 Apr 2009 13:14:51 +0000 (+0000) Subject: Add make to apt prereqs X-Git-Tag: v1.0.4~1039 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27dbfd24cf342bdedcccbe582b3e5e297f2014d;p=thirdparty%2Ffreeswitch.git Add make to apt prereqs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13160 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/prereq.sh b/support-d/prereq.sh index ccfe15d00b..4e214cff89 100755 --- a/support-d/prereq.sh +++ b/support-d/prereq.sh @@ -2,7 +2,7 @@ UNAME=`uname` NEEDED_PACKAGES_YUM='automake autoconf libtool screen gdb gcc-c++ compat-gcc-32 compat-gcc-32-c++ subversion ncurses-devel unixODBC-devel make wget' -NEEDED_PACAKGES_APT='automake autoconf libtool screen gdb libncurses5-dev unixodbc-dev subversion emacs22-nox gcc g++ ' +NEEDED_PACAKGES_APT='automake autoconf libtool screen gdb libncurses5-dev unixodbc-dev subversion emacs22-nox gcc g++ make' NEEDED_PACKAGES_PKG_ADD=''