network/seafile-server: Enabled client + fixed README.
This commit is contained in:
parent
82f4b9cf74
commit
16eae0c84c
|
@ -11,7 +11,7 @@ discussion to enable easy collaboration around documents within a
|
|||
team.
|
||||
|
||||
Note:
|
||||
This package conflicts with seafile-server. Install just one of
|
||||
This package conflicts with seafile-client. Install just one of
|
||||
them at the same time. If you want seafile-gui for some reasons
|
||||
with seafile-server, you don't need seafile-client.
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
PRGNAM=seafile-server
|
||||
SRCNAM=seafile
|
||||
VERSION=${VERSION:-4.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -100,7 +100,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-riak \
|
||||
--enable-fuse \
|
||||
--disable-client \
|
||||
--enable-client \
|
||||
--enable-server \
|
||||
--enable-python \
|
||||
--enable-static=no \
|
||||
|
|
Loading…
Reference in New Issue