summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-21 12:01:49 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-21 12:04:53 +0100
commitd3c5298c0c05243b79396f77fa43b0e949064122 (patch)
tree5af68578eddef737b3832b40efd219eb10e51a35 /net-analyzer/nmap/files
parentdev-python/pydns: add py3.5, pypy3, fix deps, tests (diff)
downloadgentoo-d3c5298c0c05243b79396f77fa43b0e949064122.tar.gz
gentoo-d3c5298c0c05243b79396f77fa43b0e949064122.tar.bz2
gentoo-d3c5298c0c05243b79396f77fa43b0e949064122.zip
net-analyzer/nmap: Fix bug #529244 again.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r--net-analyzer/nmap/files/nmap-7.31-libnl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-7.31-libnl.patch b/net-analyzer/nmap/files/nmap-7.31-libnl.patch
new file mode 100644
index 000000000000..c16d8291ea3b
--- /dev/null
+++ b/net-analyzer/nmap/files/nmap-7.31-libnl.patch
@@ -0,0 +1,15 @@
+nping does not call anything nl_* related so it should not link against libnl (bug #529244)
+Patching configure.ac would be best but eautoreconf does not handle the subdirs very well.
+
+--- a/nping/configure.ac
++++ b/nping/configure.ac
+@@ -114,9 +114,6 @@
+ # OpenSSL and NSE C modules can require dlopen
+ AC_SEARCH_LIBS(dlopen, dl)
+
+-# libpcap can require libnl
+-AC_SEARCH_LIBS(nl_handle_alloc, nl)
+-
+ # We test whether they specified openssl desires explicitly
+ use_openssl="yes"
+ specialssldir=""