tvheadend: fix crash on imx6

[  938.353431] Alignment trap: not handling instruction edd10b00 at [<00052748>]
[  938.353450] Unhandled fault: alignment exception (0x011) at 0x6d40ab76
[  945.194073] Alignment trap: not handling instruction edd10b00 at [<00052748>]
[  945.194096] Unhandled fault: alignment exception (0x011) at 0x018796be
....
This commit is contained in:
Stefan Saraev 2014-12-01 21:35:24 +02:00 committed by Stephan Raue
parent d3fc839e8b
commit 66dff3776f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.3.5
- fix crash on imx6
4.3.4
- update to tvheadend-3.9.2182
- fix xmltv grab issue

View File

@ -18,7 +18,7 @@
PKG_NAME="tvheadend"
PKG_VERSION="3.9.2182"
PKG_REV="4"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.tvheadend.org"
@ -36,6 +36,8 @@ pre_build_target() {
mkdir -p $PKG_BUILD/.$TARGET_NAME
cp -RP $PKG_BUILD/* $PKG_BUILD/.$TARGET_NAME
export CROSS_COMPILE=$TARGET_PREFIX
# meh imx6..
export CFLAGS="$CFLAGS -mno-unaligned-access"
}
configure_target() {