aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authortimothykang2014-02-03 11:49:33 -0800
committerJack Nagel2014-02-05 16:18:35 -0500
commit14fe36e17f09084d42faee263836270648a2ff39 (patch)
treef470d9cc7d106394760f6b512eccbdda7d2798ac /Library/Formula
parentbc0adc17ce354d7d3cf53d3b572634f4476df390 (diff)
downloadhomebrew-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.rb1
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
]