mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
committed by
Nuno Goncalves
parent
5a6956347d
commit
470032938b
@@ -95,7 +95,7 @@ CONFIGURE_VARS += \
|
|||||||
CXXFLAGS="$$$$CXXFLAGS -fno-builtin"
|
CXXFLAGS="$$$$CXXFLAGS -fno-builtin"
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),ssl)
|
ifeq ($(BUILD_VARIANT),ssl)
|
||||||
CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr"
|
CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr" --without-libssh2
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS += --without-openssl
|
CONFIGURE_ARGS += --without-openssl
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user