Browse Source

fix dependency

master
parent
commit
52228d9a8b
  1. 8
      glusterfs/glusterfs.spec

8
glusterfs/glusterfs.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Filesystem
License: GPL
Version: 5.3
Release: 20190118
Release: 20190204
# package options
%option with_fuse yes
@ -47,8 +47,8 @@ BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, bison, flex, pkgconfig, autocon
PreReq: OpenPKG, openpkg >= 20160101
BuildPreReq: liburcu, libuuid, openssl, argp, readline, ncurses, sqlite, zlib, libexecinfo
PreReq: liburcu, libuuid, openssl, argp, readline, ncurses, sqlite, zlib, libexecinfo
BuildPreReq: python3
PreReq: python3
BuildPreReq: python
PreReq: python
%description
GlusterFS is a scalable network filesystem. Using common
@ -78,7 +78,7 @@ PreReq: python3
CPPFLAGS="$inc" \
LDFLAGS="%{l_ldflags e2fs .}" \
LIBS="-largp -lreadline -lncurses -lexecinfo" \
PYTHON="python3" \
PYTHON="python" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \

Loading…
Cancel
Save