summaryrefslogtreecommitdiffstats
path: root/doc/README.md
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-05-02 03:10:51 +0200
committerNiels de Vos <ndevos@redhat.com>2016-05-02 03:10:51 +0200
commit0fadd46c2cdf692efa3040d8ba42f3fdaca599b1 (patch)
tree7781cbfa7a0dd2aa2a9ce460444b26d7e289328b /doc/README.md
parent60e340481ad5496e920722e8267572fa26cf2822 (diff)
scripts: update rfc.sh to commit to the release-3.8 branchv3.8rc0
Change-Id: I61a4b0109197378858ebc9389f91cc745d4cbf9e Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'doc/README.md')
0 files changed, 0 insertions, 0 deletions
16bcf8df4069c2795d87967c9c3a7fe230ab /xlators/storage/bd/src/Makefile.am parent76f1680a2de05420934e131f934f3895fbe50db8 (diff)
build: export minimum symbols from xlators for correct resolution
Revisiting http://review.gluster.org/#/c/11814/, which unintentionally introduced warnings from libtool about the xlator .so names. According to [1], the -module option must appear in the Makefile.am file(s); if -module is defined in a macro, e.g. in configure(.ac), then libtool will not recognize that this is a module and will emit a warning. [1] http://www.gnu.org/software/automake/manual/automake.html#Libtool-Modules Change-Id: Ifa5f9327d18d139597791c305aa10cc4410fb078 BUG: 1248669 Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/13003 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: soumya k <skoduri@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators/storage/bd/src/Makefile.am')
-rw-r--r--xlators/storage/bd/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/bd/src/Makefile.am b/xlators/storage/bd/src/Makefile.am
index f0fbc24086a..aad293e0c79 100644
--- a/xlators/storage/bd/src/Makefile.am
+++ b/xlators/storage/bd/src/Makefile.am
@@ -2,7 +2,7 @@ if ENABLE_BD_XLATOR
xlator_LTLIBRARIES = bd.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage
-bd_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS)
+bd_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)
LIBBD = -llvm2app -lrt
bd_la_SOURCES = bd.c bd-helper.c bd-aio.c
bd_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBBD) $(LIBAIO)