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
a068c465
Commit
a068c465
authored
Feb 06, 2019
by
Michael Ott
Browse files
Fix depsinstall for mosquitto 1.5.5
parent
c44cbcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a068c465
...
...
@@ -142,7 +142,7 @@ $(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.built: $(DCDBDEPSPATH)/mosquitto
$(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.installed
:
$(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.built | $(DCDBDEPLOYPATH)
@
echo
"Installing Mosquitto library..."
cd
$(
DCDBDEPSPATH)
/mosquitto_
build
&&
make
install
&&
touch
$
(
@
)
cd
$
(
@D
)
/
build
&&
make
install
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/boost_$(BOOST_VERSION_U)/.built
:
$(DCDBDEPSPATH)/boost_$(BOOST_VERSION_U)/.patched
@
echo
"Building Boost..."
...
...
Write
Preview
Supports
Markdown
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