Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 5cda37c

Browse files
committed
Adding boost libraries to external lib section to make sure it lies in the end of the g++ compile command
1 parent 264183b commit 5cda37c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ endif
5454
# Set libraries external to this component.
5555
EXTERNAL_LIBS = -L$(thrift_home)/lib -L$(fb303_home)/lib -L$(hadoop_home)/lib -lfb303 -lthrift -lthriftnb
5656
EXTERNAL_LIBS += -levent -lpthread
57+
EXTERNAL_LIBS += $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB)
5758
if USE_SCRIBE_HDFS
5859
EXTERNAL_LIBS += -lhdfs -ljvm
5960
endif

0 commit comments

Comments
 (0)