Skip to content

Commit

Permalink
ppc853x: libbluray fix and tvheadend marked as unsupported (SynoCommu…
Browse files Browse the repository at this point in the history
…nity#4025)

* libbluray: fix for ppc853x build failure

For ppc853x-5.2 arch and version we need to
define GNU_SOURCE for it to build properly.

* tvheadend: unsupported on most ppc arches
  • Loading branch information
th0ma7 authored Jun 17, 2020
1 parent 97938e3 commit f65029d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cross/libbluray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ GNU_CONFIGURE = 1

CONFIGURE_ARGS = --disable-examples --disable-doxygen-doc --disable-doxygen-dot --disable-bdjava-jar

include ../../mk/spksrc.cross-cc.mk
# For ppc853x-5.2, define GNU_SOURCE
ifeq ($(ARCH)-$(TCVERSION), ppc853x-5.2)
ADDITIONAL_CFLAGS = -D_GNU_SOURCE
endif

include ../../mk/spksrc.cross-cc.mk
4 changes: 4 additions & 0 deletions spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ CHANGELOG = "1. Update to latest git version 51a4c5b as of June 10th 2020<br/>2.
HOMEPAGE = https://tvheadend.org/
LICENSE = GPL v3

# PPC_ARCHES except qoriq are not supported
# https://tvheadend.org/issues/5060
UNSUPPORTED_ARCHS = powerpc ppc824x ppc853x ppc854x

WIZARDS_DIR = src/wizard/
CONF_DIR = src/conf/

Expand Down

0 comments on commit f65029d

Please sign in to comment.