[Freeswitch-trunk] [commit] r13892 - in freeswitch/trunk: build support-d
FreeSWITCH SVN
intralanman at freeswitch.org
Mon Jun 22 09:56:33 PDT 2009
Author: intralanman
Date: Mon Jun 22 11:56:33 2009
New Revision: 13892
Log:
fixing (hopefully) the buildopal.sh script to actually build properly
Modified:
freeswitch/trunk/build/buildopal.sh
freeswitch/trunk/support-d/.bashrc
Modified: freeswitch/trunk/build/buildopal.sh
==============================================================================
--- freeswitch/trunk/build/buildopal.sh (original)
+++ freeswitch/trunk/build/buildopal.sh Mon Jun 22 11:56:33 2009
@@ -1,4 +1,5 @@
#!/bin/sh
+FS_DIR=`pwd`
cd /root
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
cd ptlib
@@ -6,8 +7,11 @@
make
make install
cd ..
-svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
+svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6 opal
cd opal
-PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr
+export PKG_CONFIG_PATH=/usr/lib/pkgconfig
+./configure --prefix=/usr
make
make install
+cd ${FS_DIR}
+make mod_opal-install
Modified: freeswitch/trunk/support-d/.bashrc
==============================================================================
--- freeswitch/trunk/support-d/.bashrc (original)
+++ freeswitch/trunk/support-d/.bashrc Mon Jun 22 11:56:33 2009
@@ -25,6 +25,7 @@
alias tcommit='svn commit --no-auth-cache --username=anthm'
alias mcommit='svn commit --no-auth-cache --username=mikej'
alias bcommit='svn commit --no-auth-cache --username=brian'
+alias icommit='svn commit --no-auth-cache --username=intralanman'
alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml'
alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`'
alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/log/freeswitch.pid`'
More information about the Freeswitch-trunk
mailing list