]> TLD Linux GIT Repositories - packages/glusterfs.git/blob - glusterfs-link.patch
82cf917963c7adeb00ccc52bf9832f260346f750
[packages/glusterfs.git] / glusterfs-link.patch
1 --- glusterfs-3.7.5/rpc/rpc-lib/src/Makefile.am.orig    2015-10-07 15:18:14.993228975 +0200
2 +++ glusterfs-3.7.5/rpc/rpc-lib/src/Makefile.am 2015-10-09 18:28:49.261547744 +0200
3 @@ -4,7 +4,8 @@
4         rpc-transport.c xdr-rpc.c xdr-rpcclnt.c rpc-clnt.c auth-glusterfs.c \
5         rpc-drc.c $(CONTRIBDIR)/sunrpc/xdr_sizeof.c  rpc-clnt-ping.c
6  
7 -libgfrpc_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
8 +libgfrpc_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(top_builddir)/rpc/xdr/src/libgfxdr.la
9 +
10  libgfrpc_la_LDFLAGS = -version-info $(LIBGFRPC_LT_VERSION) $(GF_LDFLAGS)
11  
12  noinst_HEADERS = rpcsvc.h rpc-transport.h xdr-common.h xdr-rpc.h xdr-rpcclnt.h \