nmap: disable multi-job build

This commit is contained in:
Sergei Reznikov
2021-10-30 11:34:33 +03:00
parent 231603a891
commit d7192540fa

View File

@@ -58,7 +58,8 @@ BUILD()
runConfigure --omit-dirs "dataRootDir docDir" \
./configure LDFLAGS=-lnetwork
make $jobArgs
# not multi-job safe
make
}
INSTALL()