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
d66b6893
Commit
d66b6893
authored
Jun 24, 2019
by
Micha Müller
Browse files
Pusher: Fix makefile, use linux specific options not on other platforms
parent
22931a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/Makefile
View file @
d66b6893
...
...
@@ -5,8 +5,7 @@ CXXFLAGS += -DBOOST_NETWORK_ENABLE_HTTPS \
-I
../common/include
\
-I
$(DCDBDEPLOYPATH)
/include
LIBS
=
-Wl
,-rpath-link,
$(DCDBDEPLOYPATH)
/lib/
\
-L
../lib
\
LIBS
=
-L
../lib
\
-L
$(DCDBDEPLOYPATH)
/lib/
\
-ldl
\
-lmosquitto
\
...
...
@@ -40,6 +39,7 @@ ifeq ($(OS),Darwin)
LIBEXT
=
dylib
LIBFLAGS
=
-dynamiclib
-install_name
else
LIBS
+=
-Wl
,-rpath-link
=
$(DCDBDEPLOYPATH)
/lib/
BACNET_PORT
=
linux
LIBEXT
=
so
LIBFLAGS
=
-shared
-Wl
,-soname,
...
...
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