Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
56c0cd48
Commit
56c0cd48
authored
Sep 24, 2013
by
Axel Auweter
Browse files
Fixes Ticket
#7
by updating:
Thrift --> 0.9.1 Cassandra --> 1.2.10 OpenIPMI --> 2.0.19
parent
4e68568f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
56c0cd48
...
...
@@ -55,6 +55,10 @@ cassandra/Cassandra.h:
grep
stdint cassandra/Cassandra.h
>
/dev/null
;
\
if
[
"
$$
?"
-eq
"1"
]
;
then
sed
-i
'1i#include <stdint.h>'
cassandra/Cassandra.h
;
fi
;
\
fi
# This is a really bad way of adding a line of text from a Makefile, but the differences between sed on Mac OS and Linux leave me with no options...
@
sed
-e
's/#include "cassandra_types.h"/#include "cassandra_types.h",#undef VERSION/'
cassandra/cassandra_constants.h
>
cassandra/cassandra_constants.h_newline
@
cat
cassandra/cassandra_constants.h_newline |
tr
,
'\n'
>
cassandra/cassandra_constants.h
@
rm
cassandra/cassandra_constants.h_newline
clean
:
clean-cassandra-headers
rm
-f
$(OBJS)
$(TARGET)
...
...
Makefile
View file @
56c0cd48
include
config.mk
PROJECTS
=
FilePusher SysFsPusher CollectAgent ParastationProvider IPMIPusher
DISTFILES
=
thrift-0.9.
0
.tar.gz
;
https://dist.apache.org/repos/dist/release/thrift/0.9.
0
/thrift-0.9.
0
.tar.gz
\
apache-cassandra-1.2.
9
.tar.gz
;
http://mirror.netcologne.de/apache.org/cassandra/1.2.
9
/apache-cassandra-1.2.
9
-bin.tar.gz
\
DISTFILES
=
thrift-0.9.
1
.tar.gz
;
https://dist.apache.org/repos/dist/release/thrift/0.9.
1
/thrift-0.9.
1
.tar.gz
\
apache-cassandra-1.2.
10
.tar.gz
;
http://mirror.netcologne.de/apache.org/cassandra/1.2.
10
/apache-cassandra-1.2.
10
-bin.tar.gz
\
mosquitto-1.1.3.tar.gz
;
http://mosquitto.org/files/source/mosquitto-1.1.3.tar.gz
\
rudeconfig-5.0.5.tar.gz
;
http://rudeserver.com/config/download/rudeconfig-5.0.5.tar.gz
\
popt-1.16.tar.gz
;
http://rpm5.org/files/popt/popt-1.16.tar.gz
\
ncurses-5.9.tar.gz
;
http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
\
OpenIPMI-2.0.1
8
.tar.gz
;
http://
surfnet
.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/
2.0.18/
OpenIPMI-2.0.1
8
.tar.gz
\
OpenIPMI-2.0.1
9
.tar.gz
;
http://
optimate
.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.1
9
.tar.gz
\
boost_1_54_0.tar.gz
;
http://netcologne.dl.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.gz
FETCH
=
wget
-c
--no-check-certificate
-O
-
MAKETHREADS
?=
4
...
...
@@ -23,8 +23,8 @@ CASSANDRA_COMMITLOG_SEGMENT_SIZE_IN_MB = 16
DISTFILESNAMES
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/;.*//'
))
DISTFILESPATHS
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/.tar.gz;.*//'
))
CFLAGS
+=
-I
$(DCDBDEPLOYPATH)
/include
-I
$(DCDBDEPLOYPATH)
/include/ncurses
LDFLAGS
+=
-L
$(DCDBDEPLOYPATH)
/lib
CFLAGS
+=
-I
$(DCDBDEPLOYPATH)
/include
-I
$(DCDBDEPLOYPATH)
/include/ncurses
-O0
-g
LDFLAGS
+=
-L
$(DCDBDEPLOYPATH)
/lib
-O0
-g
.PHONY
:
info all clean cleanall distclean $(PROJECTS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment