From 12c15f47fe68bcf8b32f55f3ca42638fd4eda998 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 7 Dec 2014 16:57:54 -0800 Subject: build: FreeBSD 11-Current causes libtool to fail with '-shared' Thanks for Markiyan Kushnir for reporting this Change-Id: I7f637295c7c2d54c33a4c16e29daf0b518874911 BUG: 1111774 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/9251 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- rpc/rpc-transport/rdma/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc') diff --git a/rpc/rpc-transport/rdma/src/Makefile.am b/rpc/rpc-transport/rdma/src/Makefile.am index e66006e52fe..fed139e7c8d 100644 --- a/rpc/rpc-transport/rdma/src/Makefile.am +++ b/rpc/rpc-transport/rdma/src/Makefile.am @@ -11,7 +11,7 @@ rdma_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \ noinst_HEADERS = rdma.h name.h -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/rpc/rpc-lib/src/ \ - -I$(top_srcdir)/xlators/protocol/lib/src/ -shared $(GF_CFLAGS) + -I$(top_srcdir)/xlators/protocol/lib/src/ $(GF_CFLAGS) AM_CPPFLAGS = $(GF_CPPFLAGS) \ -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/rpc/rpc-lib/src/ \ -- cgit