seafile: add comment regarding explicitly enabling -minterlink-mips16 3094/head
authorGergely Kiss <mail.gery@gmail.com>
Thu, 25 Aug 2016 06:26:13 +0000 (08:26 +0200)
committerGergely Kiss <mail.gery@gmail.com>
Thu, 25 Aug 2016 06:26:13 +0000 (08:26 +0200)
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
net/seafile-server/Makefile

index 4a37d68aa82cdd6df6ab51cf71acaa521999e957..13eb971e573b59fb9f3747a3cf28405b90c932ec 100644 (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