Skip to content

Commit

Permalink
java: add libcommon to deps
Browse files Browse the repository at this point in the history
Why do indirect dependencies seem to work randomly:

  undefined symbol: _ZN4ceph3log3Log12create_entryEii

Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Aug 16, 2015
1 parent 5afa21d commit 2743cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile-client.am
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ libcephfs_jni_la_SOURCES = \
java/native/ScopedLocalRef.h \
java/native/JniConstants.cpp \
java/native/JniConstants.h
libcephfs_jni_la_LIBADD = $(LIBCEPHFS) $(EXTRALIBS)
libcephfs_jni_la_LIBADD = $(LIBCEPHFS) $(LIBCOMMON) $(EXTRALIBS)
libcephfs_jni_la_CPPFLAGS = $(JDK_CPPFLAGS) $(AM_CPPFLAGS)
libcephfs_jni_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0
lib_LTLIBRARIES += libcephfs_jni.la
Expand Down

0 comments on commit 2743cc4

Please sign in to comment.