My favorites
▼
|
Sign in
supersonic
Supersonic Query Engine - a column oriented database query engine library.
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
5
attachment: SUPERSONIC_BOOST_SYSTEM.diff
(558 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Makefile.am b/Makefile.am
index 6a43afc..a5e2a62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ AM_CPPFLAGS = -Wno-deprecated \
-DSUPERSONIC_FORCE_FAILURE_CHECK=1
BOOST_TIMER_LIB = -lboost_timer
+BOOST_SYSTEM_LIB = -lboost_system
RE2_LIBS = -lre2
@@ -41,6 +42,7 @@ supersonic_unittest_CPPFLAGS = $(AM_CPPFLAGS) \
supersonic_unittest_LDFLAGS =
supersonic_unittest_LDADD = libsupersonic.la \
$(BOOST_TIMER_LIB) \
+ $(BOOST_SYSTEM_LIB) \
$(GFLAGS_LIBS) \
$(GLOG_LIBS) \
$(PROTO_LIBS) \
Powered by
Google Project Hosting