replace incorrect optimizations
Posted: Fri May 16, 2008 4:02 pm
Here I quote some the code from the install_vici.sh on vicidialnow cd:
What is the purpose of these modifications ?
is it suitable for SIP or for ZIP truncks ?
or its just because of Vicidial works (but its not in scratch install)
Thanks
cd zaptel-1.2.24
# replace incorrect optimizations in Makefile
sed 's/-O4/-O2/' Makefile > Makefile.new
mv -f Makefile.new Makefile
#make clean > /dev/null
echo "compiling zaptel-1.2.24"
# replace incorrect optimizations in Makefile
sed 's/-O6/-O2\ -pipe/' Makefile > Makefile.new
mv -f Makefile.new Makefile
cd apps
What is the purpose of these modifications ?
is it suitable for SIP or for ZIP truncks ?
or its just because of Vicidial works (but its not in scratch install)
Thanks