diff options
author | Anand Avati <avati@redhat.com> | 2013-02-07 14:25:03 -0800 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-02-07 15:12:56 -0800 |
commit | d3e7881ecdba2124115de6666e48f34ce267d30d (patch) | |
tree | 57b7b00a6e2436f9f1320ef97451106099828201 /xlators/storage | |
parent | 08d63afa1b26e4f42ab1b85a14e6bfc3836de28e (diff) |
Use proper libtool option -avoid-version instead of bogus -avoidversion
Change-Id: I1c9541058c7d07786539a3266ca125a6a15287d8
BUG: 859835
Signed-off-by: Anand Avati <avati@redhat.com>
Original-author: Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>
Signed-off-by: Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>
Reviewed-on: http://review.gluster.org/3967
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/storage')
-rw-r--r-- | xlators/storage/bd_map/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/storage/posix/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/bd_map/src/Makefile.am b/xlators/storage/bd_map/src/Makefile.am index be43d2abb5b..91412e91d9a 100644 --- a/xlators/storage/bd_map/src/Makefile.am +++ b/xlators/storage/bd_map/src/Makefile.am @@ -3,7 +3,7 @@ if ENABLE_BD_XLATOR xlator_LTLIBRARIES = bd_map.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage -bd_map_la_LDFLAGS = -module -avoidversion +bd_map_la_LDFLAGS = -module -avoid-version LIBBD = -llvm2app -lrt bd_map_la_SOURCES = bd_map.c bd_map_help.c bd_map_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBBD) diff --git a/xlators/storage/posix/src/Makefile.am b/xlators/storage/posix/src/Makefile.am index 03623cf04f4..88efcc784db 100644 --- a/xlators/storage/posix/src/Makefile.am +++ b/xlators/storage/posix/src/Makefile.am @@ -2,7 +2,7 @@ xlator_LTLIBRARIES = posix.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage -posix_la_LDFLAGS = -module -avoidversion +posix_la_LDFLAGS = -module -avoid-version posix_la_SOURCES = posix.c posix-helpers.c posix-handle.c posix-aio.c posix_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBAIO) |