Skip to content

Commit

Permalink
owntone: fix build for ARMv5 and PPC_ARCHS
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jun 8, 2022
1 parent 959c60b commit c77372e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cross/owntone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ LICENSE = GPLv2
GNU_CONFIGURE = 1
ADDITIONAL_CFLAGS = -std=c99

include ../../mk/spksrc.archs.mk
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(PPC_ARCHS)),$(ARCH))
POST_INSTALL_TARGET = owntone_post_install
else
PLIST_TRANSFORM = sed -e '/\/libssp\.so/d'
endif

include ../../mk/spksrc.cross-cc.mk

# use libssp of toolchain
# install libssp of toolchain
TC_LIBSSP_FILE = libssp.so.0.0.0

.PHONY: owntone_post_install
Expand Down

0 comments on commit c77372e

Please sign in to comment.