1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00

Address review comments 9605/1

Change-Id: If14a2b92aae7fbc8d2c78e842e613e0d9235cf35
This commit is contained in:
Kaushal M
2015-02-10 09:54:05 +05:30
parent d1834b82ce
commit 19f32ad497
2 changed files with 3 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ BuildRequires: libaio-devel
BuildRequires: python-devel
BuildRequires: python-ctypes
BuildRequires: cmockery2-devel
BuildRequires: userspace-rcu-devel >= 0.7
%if ( 0%{!?_without_systemtap:1} )
BuildRequires: systemtap-sdt-devel
%endif
@@ -209,7 +210,6 @@ BuildRequires: glib2-devel
%if ( 0%{!?_without_georeplication:1} )
BuildRequires: libattr-devel
%endif
BuildRequires: userspace-rcu-devel > 0.7
Obsoletes: hekafs
Obsoletes: %{name}-common < %{version}-%{release}

View File

@@ -33,10 +33,10 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
-I$(rpclibdir) -I$(CONTRIBDIR)/rbtree \
-I$(top_srcdir)/rpc/xdr/src -I$(top_srcdir)/rpc/rpc-lib/src \
-I$(CONTRIBDIR)/uuid -I$(CONTRIBDIR)/mount \
-I$(CONTRIBDIR)/userspace-rcu \
-DSBIN_DIR=\"$(sbindir)\" -DDATADIR=\"$(localstatedir)\" \
-DGSYNCD_PREFIX=\"$(libexecdir)/glusterfs\" \
-DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) $(XML_CPPFLAGS) \
-I$(CONTRIBDIR)/userspace-rcu
-DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) $(XML_CPPFLAGS)
AM_CFLAGS = -Wall $(GF_CFLAGS) $(URCU_CFLAGS) $(URCU_CDS_CFLAGS)