summaryrefslogtreecommitdiffstats
path: root/source/n/nmap/nmap.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/nmap/nmap.SlackBuild')
-rwxr-xr-xsource/n/nmap/nmap.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/n/nmap/nmap.SlackBuild b/source/n/nmap/nmap.SlackBuild
index 185434432..b35e41337 100755
--- a/source/n/nmap/nmap.SlackBuild
+++ b/source/n/nmap/nmap.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nmap
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,8 +82,6 @@ find . \
sed -i "s,share/man/man1,man/man1,g" ndiff/setup.py
-zcat $CWD/nmap-7.93.build.kludge.diff.gz | patch -p1 --verbose || exit 1
-
# --without-nmap-update is needed below to avoid depending on apr and subversion libraries.
# It's not worth the feature IMHO.
LIBS="-lnl" \