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
2436f553
Commit
2436f553
authored
Apr 13, 2019
by
Micha Mueller
Browse files
Add -ldl
parent
58873d63
Changes
1
Hide whitespace changes
Inline
Side-by-side
collectagent/Makefile
View file @
2436f553
...
...
@@ -12,7 +12,7 @@ OBJS = ../common/src/logging.o \
simplemqttserver.o
\
simplemqttserverthread.o
\
simplemqttservermessage.o
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
-L
../lib
-ldcdb
-pthread
-lcassandra
-luv
-lboost_system
-lboost_random
-lboost_thread
-lboost_date_time
-lboost_log_setup
-lboost_log
-lboost_regex
-lcppnetlib-server-parsers
-lcppnetlib-uri
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
-L
../lib
-ldcdb
-ldl
-pthread
-lcassandra
-luv
-lboost_system
-lboost_random
-lboost_thread
-lboost_date_time
-lboost_log_setup
-lboost_log
-lboost_regex
-lcppnetlib-server-parsers
-lcppnetlib-uri
TARGET
=
collectagent
.PHONY
:
clean install
...
...
@@ -36,4 +36,4 @@ install_conf: config/collectagent.conf
install
:
$(TARGET) install_conf
install
$(TARGET)
$(DCDBDEPLOYPATH)
/bin/
../common/src/sensornavigator.o
:
CXXFLAGS+= -fPIC
\ No newline at end of file
../common/src/sensornavigator.o
:
CXXFLAGS+= -fPIC
Ghost User
@ghost
mentioned in commit
6f9f4d9d
·
Apr 20, 2019
mentioned in commit
6f9f4d9d
mentioned in commit 6f9f4d9d77f7537d1aaa1cdcb624ce9d2524be71
Toggle commit list
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