Merge pull request #1692 from InuSasha/fixes/tvheadend42

tvheadend42: fix build with empty ARCH variable
This commit is contained in:
Christian Hewitt 2017-06-16 15:16:52 +04:00 committed by GitHub
commit 461d7045a8

View File

@ -80,6 +80,7 @@ pre_configure_target() {
if [ "$TARGET_ARCH" = x86_64 ]; then
export AS=$TOOLCHAIN/bin/yasm
export LDFLAGS="$LDFLAGS -lX11 -lm -lvdpau -lva -lva-drm -lva-x11"
export ARCH=$TARGET_ARCH
fi
export CROSS_COMPILE=$TARGET_PREFIX