]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fixing (hopefully) the buildopal.sh script to actually build properly
authorRaymond Chandler <intralanman@freeswitch.org>
Mon, 22 Jun 2009 16:56:33 +0000 (16:56 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Mon, 22 Jun 2009 16:56:33 +0000 (16:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13892 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/buildopal.sh
support-d/.bashrc

index c0d4d3b9bcf611031af2189a6cfc02580e3c5fe6..080c68940855b6429495942d7e58d11a1da152e2 100644 (file)
@@ -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 @@ cd ptlib
 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
index ed2fb9c3adcbccc8eac98cca3a48661cb7d40193..95281e039dec79f6800f453ca5073ed8026e9f77 100644 (file)
@@ -25,6 +25,7 @@ alias e='emacs'
 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`'