nmap: fix build (#6314)

Co-authored-by: Sergei Reznikov <diver@gelios.net>
This commit is contained in:
kenmays
2021-10-30 01:44:45 -07:00
committed by GitHub
parent d7192540fa
commit 7244b33875

View File

@@ -57,7 +57,7 @@ BUILD()
popd
runConfigure --omit-dirs "dataRootDir docDir" \
./configure LDFLAGS=-lnetwork
./configure --without-nmapfe LDFLAGS=-lnetwork
# not multi-job safe
make
}