1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00
Files
nmap/libz/NMAP_MODIFICATIONS
2024-02-28 16:35:39 +00:00

15 lines
367 B
Plaintext

diff --git a/libz/configure b/libz/configure
index b77a8a8..9e8c8ff 100755
--- a/libz/configure
+++ b/libz/configure
@@ -147,7 +147,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