Topic: Added support for Debian squeeze armel architecture
With this patch Debian's squeeze ARM (armel) architecture will be supported.
This is tested on Global Scale's Dreamplug.
copy patch to iredmail directory.
apply patch with; patch -p0 -i patch_armel_20120214
*** conf/global Sun Jan 8 15:44:17 2012
--- conf.new/global Tue Feb 14 16:46:25 2012
***************
*** 127,135 ****
case $arch in
i[3456]86) export ARCH='i386' ;;
x86_64|amd64) export ARCH='x86_64' ;;
*)
echo "Your architecture is not supported yet: ${arch}."
! echo "Both i386 and x86_64 are supported by ${PROG_NAME}."
exit 255
;;
esac
--- 127,136 ----
case $arch in
i[3456]86) export ARCH='i386' ;;
x86_64|amd64) export ARCH='x86_64' ;;
+ armv5tel) export ARCH='armel' ;;
*)
echo "Your architecture is not supported yet: ${arch}."
! echo "Armel, i386 and x86_64 are supported by ${PROG_NAME}."
exit 255
;;
esac
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.