Browse Source

seafile: add comment regarding explicitly enabling -minterlink-mips16

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
lilik-openwrt-22.03
Gergely Kiss 8 years ago
parent
commit
2e8122cb1c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/seafile-server/Makefile

+ 1
- 0
net/seafile-server/Makefile View File

@ -72,6 +72,7 @@ endif
PKG_BUILD_DEPENDS:=vala/host libevhtp
# This is required as python-package.mk overrides the default setting of having interlinking enabled
ifdef CONFIG_USE_MIPS16
TARGET_CFLAGS += -minterlink-mips16
endif


Loading…
Cancel
Save