From d3e7881ecdba2124115de6666e48f34ce267d30d Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Thu, 7 Feb 2013 14:25:03 -0800 Subject: Use proper libtool option -avoid-version instead of bogus -avoidversion Change-Id: I1c9541058c7d07786539a3266ca125a6a15287d8 BUG: 859835 Signed-off-by: Anand Avati Original-author: Kacper Kowalik (Xarthisius) Signed-off-by: Kacper Kowalik (Xarthisius) Reviewed-on: http://review.gluster.org/3967 Tested-by: Gluster Build System --- xlators/system/posix-acl/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/system') diff --git a/xlators/system/posix-acl/src/Makefile.am b/xlators/system/posix-acl/src/Makefile.am index 15890f9c3..11c939fa3 100644 --- a/xlators/system/posix-acl/src/Makefile.am +++ b/xlators/system/posix-acl/src/Makefile.am @@ -1,6 +1,6 @@ xlator_LTLIBRARIES = posix-acl.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/system -posix_acl_la_LDFLAGS = -module -avoidversion +posix_acl_la_LDFLAGS = -module -avoid-version posix_acl_la_SOURCES = posix-acl.c posix-acl-xattr.c posix_acl_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -- cgit