summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2bf3f6d..b5abb87 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -718,7 +718,7 @@ _generic_libs+= lib
.if !defined(NO_OPENSSL)
_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
.endif
-.if !defined(NO_OPENSSH)
+.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
_prebuild_libs+= secure/lib/libssh
secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L
.endif
OpenPOWER on IntegriCloud