Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
c142907c
Commit
c142907c
authored
Sep 01, 2015
by
Axel Auweter
Browse files
Fully deprecate Rudeconfig dependency.
parent
b7edbe64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c142907c
...
...
@@ -15,7 +15,6 @@ SOURCEFORGE_MROR = netcologne
BOOST_VERSION_U
=
$(
subst
.,_,
$(BOOST_VERSION)
)
DISTFILES
=
apache-cassandra-
$(CASSANDRA_VERSION)
.tar.gz
;
http://mirrors.sonic.net/apache/cassandra/
$(CASSANDRA_VERSION)
/apache-cassandra-
$(CASSANDRA_VERSION)
-bin
.tar.gz
\
mosquitto-
$(MOSQUITTO_VERSION)
.tar.gz
;
http://mosquitto.org/files/source/mosquitto-
$(MOSQUITTO_VERSION)
.tar.gz
\
rudeconfig-5.0.5.tar.gz
;
http://rudeserver.com/config/download/rudeconfig-5.0.5.tar.gz
\
OpenIPMI-2.0.21.tar.gz
;
http://
$(SOURCEFORGE_MROR)
.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.21.tar.gz
\
boost_
$(BOOST_VERSION_U)
.tar.gz
;
http://
$(SOURCEFORGE_MROR)
.dl.sourceforge.net/project/boost/boost/
$(BOOST_VERSION)
/boost_
$(BOOST_VERSION_U)
.tar.gz
\
net-snmp-
$(SNMP_VERSION)
.zip
;
http://
$(SOURCEFORGE_MROR)
.dl.sourceforge.net/project/net-snmp/net-snmp/
$(SNMP_VERSION)
/net-snmp-
$(SNMP_VERSION)
.zip
\
...
...
@@ -165,21 +164,6 @@ $(DCDBDEPSPATH)/.prerequesites: $(DCDBDEPSPATH)/.extract-distfiles
echo
"Skipping Mosquitto library (already built)..."
;
\
fi
$(
eval
R :
=
$(
shell
echo
"
$(DISTFILESPATHS)
"
|
sed
's/.*rudeconfig/rudeconfig/'
|
sed
's/\ .*//'
))
@
if
[
!
-e
$(DCDBDEPSPATH)
/
$(R)
/.installed
]
;
then
\
echo
""
;
\
echo
"Building Rudeconfig library..."
;
\
cd
$(DCDBDEPSPATH)
/
$(R)
&&
./configure
--prefix
=
$(DCDBDEPLOYPATH)
\
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAGS)
"
CXX
=
"
$(CXX)
"
CXXFLAGS
=
"
$(CXXFLAGS)
"
\
$(AUTOCONF_CROSS_FLAGS)
&&
\
make
-j
$(MAKETHREADS)
&&
\
chmod
+x install-sh
&&
\
make
install
&&
\
touch
$(DCDBDEPSPATH)
/
$(R)
/.installed
;
\
else
\
echo
"Skipping Rudeconfig library (already built)..."
;
\
fi
$(
eval
O :
=
$(
shell
echo
"
$(DISTFILESPATHS)
"
|
sed
's/.*OpenIPMI/OpenIPMI/'
|
sed
's/\ .*//'
))
$(
eval
X :
=
$(
shell
uname
))
@
if
[
"
$(ARCH)
"
=
"arm"
]
;
then
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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