1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00
Files
nmap/libz/NMAP_MODIFICATIONS
2022-08-31 15:24:02 +00:00

14 lines
366 B
Plaintext

diff --git a/libz/configure b/libz/configure
index b77a8a8..9e8c8ff 100755
--- a/libz/configure
+++ b/libz/configure
@@ -142,7 +142,8 @@ case "$1" in
*)
echo "unknown option: $1" | tee -a configure.log
echo "$0 --help for help" | tee -a configure.log
- leave 1;;
+ # leave 1;; # Hack for nmap compilation
+ shift;;
esac
done