mirror of
https://github.com/ceph/ceph
synced 2025-02-27 21:15:28 +00:00
tests : Fixed broken Makefiles after integration of lttng into rados.
The symbols of lttng were exposed twice leading to error when launching executables using libradosstriper. Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
This commit is contained in:
parent
2409a90dcc
commit
e4c27d8048
@ -10,8 +10,8 @@ libradosstriper_la_SOURCES = \
|
||||
# We need this to avoid basename conflicts with the libradosstriper build tests in test/Makefile.am
|
||||
libradosstriper_la_CXXFLAGS = ${AM_CXXFLAGS}
|
||||
|
||||
LIBRADOSSTRIPER_DEPS = $(LIBRADOS_DEPS) librados_api.la
|
||||
libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS) $(PTHREAD_LIBS) $(CRYPTO_LIBS) $(EXTRALIBS)
|
||||
LIBRADOSSTRIPER_DEPS = librados_internal.la libcls_lock_client.la $(LIBOSDC) $(LIBCOMMON_DEPS)
|
||||
libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS) $(LIBRADOS) $(PTHREAD_LIBS) $(CRYPTO_LIBS) $(EXTRALIBS)
|
||||
libradosstriper_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0
|
||||
if LINUX
|
||||
libradosstriper_la_LDFLAGS += -export-symbols-regex '^radosstriper_.*'
|
||||
|
Loading…
Reference in New Issue
Block a user