diff options
| author | timothykang | 2014-02-03 11:49:33 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-02-05 16:18:35 -0500 |
| commit | 14fe36e17f09084d42faee263836270648a2ff39 (patch) | |
| tree | f470d9cc7d106394760f6b512eccbdda7d2798ac /Library/Formula | |
| parent | bc0adc17ce354d7d3cf53d3b572634f4476df390 (diff) | |
| download | homebrew-14fe36e17f09084d42faee263836270648a2ff39.tar.bz2 | |
nmap: Add build flag '--without-nmap-update'
Without SVN installed, running nmap causes it to complain that
'libsvn_client-1.0.dylib' isn't loaded, which the nmap-update component
depends on to connect to https://svn.nmap.org/updates to get NSE script
updates.
Since it looks like https://svn.nmap.org/updates is only accessible to
primary nmap developers at the moment, build nmap without nmap-update
(rather than add SVN as a dependency).
Closes #26386.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nmap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index 1488e3460..f6a580c9d 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -22,6 +22,7 @@ class Nmap < Formula --with-libpcre=included --with-liblua=included --with-openssl=#{Formula.factory("openssl").prefix} + --without-nmap-update --without-zenmap --disable-universal ] |
