seafile-server: fix django 1.11 detect, tidy up
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Mon, 18 Mar 2019 14:43:26 +0000 (11:43 -0300)
committerYousong Zhou <yszhou4tech@gmail.com>
Fri, 29 Mar 2019 02:22:30 +0000 (10:22 +0800)
commitfcfaea54e6b2972719eae1b5c7fb6dcb38a8b5ee
tree38d5a78684545b31299a9e5fe1f837c4fbfeb390
parent958844512ef8b6426c9edf9196461b7488c4b9cf
seafile-server: fix django 1.11 detect, tidy up

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>
net/seafile-server/Config.in
net/seafile-server/Makefile
net/seafile-server/patches/090-django-11-compat.patch