net/nmap: Avoid linking libssh2 unintentionally
Explicitly tell nmap not to link libssh2 if its available, fixes buildbot failure. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
5a6956347d
commit
470032938b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ CONFIGURE_VARS += \
|
|||
CXXFLAGS="$$$$CXXFLAGS -fno-builtin"
|
||||
|
||||
ifeq ($(BUILD_VARIANT),ssl)
|
||||
CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr"
|
||||
CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr" --without-libssh2
|
||||
else
|
||||
CONFIGURE_ARGS += --without-openssl
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue