summaryrefslogtreecommitdiff
path: root/nmap
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-05-13 12:04:10 +0200
committerThomas Penteker <tek@serverop.de>2014-05-13 12:04:10 +0200
commit5d532165f70c89309b16dc0832c071e8b5c97600 (patch)
treee1471076c21fadfd75245f9d93319e70278a4c09 /nmap
parentb023921bd2c9e340dd071fe06d4cb95496d5bf41 (diff)
downloadcontrib-5d532165f70c89309b16dc0832c071e8b5c97600.tar.gz
contrib-5d532165f70c89309b16dc0832c071e8b5c97600.tar.xz
nmap: enable parallel builds again
Diffstat (limited to 'nmap')
-rw-r--r--nmap/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/nmap/Pkgfile b/nmap/Pkgfile
index 2a6a041e2..314aeee64 100644
--- a/nmap/Pkgfile
+++ b/nmap/Pkgfile
@@ -14,12 +14,12 @@ build () {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \
--with-libpcre=included --with-liblua=included \
- --without-zenmap --without-ndiff --disable-nls
+ --without-zenmap --without-ndiff --disable-nls \
+ --without-nmap-update
- #install -d $PKG/usr/share/nmap
make
- make -j1 DESTDIR=$PKG install
- rm -rf $PKG/usr/man/man1/zenmap.*
+ make DESTDIR=$PKG install
+
rm -f $PKG/usr/share/nmap/nselib/data/psexec/README
}

Generated by cgit