diff --git a/mk/spksrc.install-resources.mk b/mk/spksrc.install-resources.mk index 9c1382c363a..719719f35b7 100644 --- a/mk/spksrc.install-resources.mk +++ b/mk/spksrc.install-resources.mk @@ -35,6 +35,8 @@ endif ##### +include ../../mk/spksrc.pre-check.mk + include ../../mk/spksrc.cross-env.mk include ../../mk/spksrc.download.mk diff --git a/spk/homeassistant/Makefile b/spk/homeassistant/Makefile index 8528b799641..b69d396c98b 100644 --- a/spk/homeassistant/Makefile +++ b/spk/homeassistant/Makefile @@ -48,8 +48,11 @@ include ../../mk/spksrc.common.mk # this is a fix for integrations depending on grpcio (google nest, google generativeai and starlink) # the fix requires to additionally set the LD_LIBRARY_PATH to homeassistant/target/lib ifeq ($(call version_lt, ${TCVERSION}, 7.0),1) +# libstdc++ is not available for PPC archs +ifneq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) DEPENDS += cross/libstdc++ endif +endif # [voip_utils] # for voice over ip integration