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 35e9080 commit a52a993
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spk/firebird/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ SPK_ICON = src/firebird.png

DEPENDS = cross/$(SPK_NAME)

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

# 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)
UNSUPPORTED_ARCHS += $(ARCH)
endif

MAINTAINER = vitkabele
DESCRIPTION = Firebird is a relational database with excelent concurrency and high performance.
STARTABLE = yes
Expand Down

0 comments on commit a52a993

Please sign in to comment.