]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add make to apt prereqs
authorMathieu Rene <mrene@avgs.ca>
Mon, 27 Apr 2009 13:14:51 +0000 (13:14 +0000)
committerMathieu Rene <mrene@avgs.ca>
Mon, 27 Apr 2009 13:14:51 +0000 (13:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13160 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/prereq.sh

index ccfe15d00b73d6bdb9f41ef78d357ebb245c1cdc..4e214cff893658a88d1d6d878c21030ccfa7f4f6 100755 (executable)
@@ -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=''