mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
d3fc839e8b
commit
66dff3776f
@ -1,3 +1,6 @@
|
||||
4.3.5
|
||||
- fix crash on imx6
|
||||
|
||||
4.3.4
|
||||
- update to tvheadend-3.9.2182
|
||||
- fix xmltv grab issue
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user