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
0d9bf0fb
Commit
0d9bf0fb
authored
Jun 12, 2019
by
Micha Müller
Browse files
Makefile: do not build deps documentation
parent
e8cbcd22
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
0d9bf0fb
...
...
@@ -132,12 +132,12 @@ depsinstall: $(foreach f,$(DISTFILESPATHS),$(DCDBDEPSPATH)/$(f)/.installed)
$(DCDBDEPSPATH)/openssl-$(OPENSSL_VERSION)/.built
:
$(DCDBDEPSPATH)/openssl-$(OPENSSL_VERSION)/.patched
@
echo
"Building OpenSSL library..."
cd
$
(
@D
)
&&
./Configure shared
--prefix
=
$(DCDBDEPLOYPATH)
--openssldir
=
$(DCDBDEPLOYPATH)
$(OPENSSL_TARGET)
cd
$
(
@D
)
&&
./Configure shared
--prefix
=
$(DCDBDEPLOYPATH)
$(OPENSSL_TARGET)
cd
$
(
@D
)
&&
make
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/openssl-$(OPENSSL_VERSION)/.installed
:
$(DCDBDEPSPATH)/openssl-$(OPENSSL_VERSION)/.built | $(DCDBDEPLOYPATH)
@
echo
"Installing OpenSSL library..."
cd
$
(
@D
)
&&
make
install
&&
touch
$
(
@
)
cd
$
(
@D
)
&&
make install
_sw
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.built
:
$(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.patched
@
echo
"Building Mosquitto library..."
;
...
...
@@ -147,6 +147,7 @@ $(DCDBDEPSPATH)/mosquitto-$(MOSQUITTO_VERSION)/.built: $(DCDBDEPSPATH)/mosquitto
-DWITH_SRV
=
no
\
-DWITH_TLS
=
yes
\
-DWITH_TLS_PSK
=
yes
\
-DDOCUMENTATION
=
no
\
-DCMAKE_INSTALL_PREFIX
=
$(DCDBDEPLOYPATH)
/
\
$
(
@D
)
&&
\
make
-j
$(MAKETHREADS)
&&
\
...
...
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