Skip to content

Commit

Permalink
Merge pull request ceph#54 from javacruft/wip-pthread-linking
Browse files Browse the repository at this point in the history
LDADD PTHREAD_LIBS to fix librados-config linking

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Feb 14, 2013
2 parents e31baee + 03fe479 commit 6365ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ cephfs_LDADD = libcommon.la
bin_PROGRAMS += cephfs

librados_config_SOURCES = librados-config.cc
librados_config_LDADD = libglobal.la librados.la $(EXTRALIBS) $(CRYPTO_LIBS)
librados_config_LDADD = libglobal.la librados.la $(PTHREAD_LIBS) $(EXTRALIBS) $(CRYPTO_LIBS)
bin_PROGRAMS += librados-config

# synthetic client
Expand Down

0 comments on commit 6365ded

Please sign in to comment.