Skip to content

Commit

Permalink
fixup! Add spk/firebird SynoCommunity#5795
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkabele authored and Vít Kabele committed Aug 1, 2023
1 parent f15880b commit 59683d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spk/firebird/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
SPK_NAME = firebird
SPK_VERS = 4.0.2
SPK_ICON = src/firebird.png
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)

UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) $(ARMv7_ARCHS)

include ../../mk/spksrc.common.mk

# Currently v4.0.2 works only with 7.1
# DSM 7.2 has issues with GLIBC version
ifeq ($(call version_lt,${TC_VERS},7.0)$(call version_gt,${TC_VERS},7.1),11)
ifeq ($(call version_lt,${TCVERSION},7.0)$(call version_gt,${TCVERSION},7.1),1)
UNSUPPORTED_ARCHS += $(ARCH)
endif

Expand Down

0 comments on commit 59683d5

Please sign in to comment.