Skip to content

Commit

Permalink
fix build issue of osx mstress benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilee committed Sep 28, 2012
1 parent 1249bfc commit c01358d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/mstress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CCFLAGS = -g -O2 $(INCLUDES)
LIBS = -lqfs_tools -lqfs_client -lqfs_qcdio -lpthread -lqfs_io -lqfs_common -lqfs_qcdio -lpthread -lz -lcrypto -lqfs_qcrs -lboost_regex
ifneq ($(UNAME), Darwin)
LIBS += -lrt
else
LIBS += -lboost_system
endif
LDFLAGS = -L$(KFS_BUILD_STATLIB) -L$(BOOST_LIBRARY_DIR) $(LIBS)

Expand Down

0 comments on commit c01358d

Please sign in to comment.