Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
5c727ce0
Commit
5c727ce0
authored
Sep 29, 2016
by
Michael Ott
Browse files
Set LD_LIBRARY_PATH when compiling CollectAgent to find OpenSSL libraries
parent
511dc00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
5c727ce0
...
...
@@ -16,6 +16,7 @@ P = $(shell cd $(DCDBDEPLOYPATH)/lib/ && pwd)
U
=
$(
shell
uname
)
$(TARGET)
:
$(OBJS)
@
LD_LIBRARY_PATH
=
$(DCDBDEPLOYPATH)
/lib:
$$
LD_LIBRARY_PATH
\
$(CXX)
$(CXXFLAGS)
-o
$(TARGET)
$(OBJS)
$(LIBS)
all
:
$(TARGET)
...
...
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