projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a69563
)
net/nmap: Avoid linking libssh2 unintentionally
author
Daniel Engberg
<daniel.engberg.lists@pyret.net>
Tue, 8 Aug 2017 07:24:43 +0000
(09:24 +0200)
committer
Nuno Goncalves
<nunojpg@gmail.com>
Tue, 8 Aug 2017 07:53:11 +0000
(09:53 +0200)
Explicitly tell nmap not to link libssh2 if its available, fixes buildbot failure.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
net/nmap/Makefile
patch
|
blob
|
history
diff --git
a/net/nmap/Makefile
b/net/nmap/Makefile
index b4595d72ef9c052e16e9b9087b9b2ad4a55160ea..064e33f7210874cf8e8e7425762470374d48229e 100644
(file)
--- a/
net/nmap/Makefile
+++ b/
net/nmap/Makefile
@@
-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