Django 1.11 is supported, but seafile-admin was still looking for v. 1.8. Replaced current patch with the patch from haiwen/seafile-server#147. Cleaned up unsupported configure options, including riak backend. Check that the seafile-server version is the same as seafile-seanet's at build time, removing the static EXTRA_DEPENDS check done at install time. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
12 lines
237 B
Text
12 lines
237 B
Text
menu "Configuration"
|
|
depends on PACKAGE_seafile-server
|
|
|
|
config SEAFILE_FUSE_SUPPORT
|
|
bool "Enable FUSE support"
|
|
select PACKAGE_libfuse
|
|
default n
|
|
|
|
config SEAFILE_CONSOLE_SUPPORT
|
|
bool "Enable seafile server console"
|
|
default n
|
|
endmenu
|