diff options
Diffstat (limited to 'net-analyzer/nmap/files/nmap-9999-zlib.patch')
-rw-r--r-- | net-analyzer/nmap/files/nmap-9999-zlib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-9999-zlib.patch b/net-analyzer/nmap/files/nmap-9999-zlib.patch new file mode 100644 index 000000000000..3f260ae48f41 --- /dev/null +++ b/net-analyzer/nmap/files/nmap-9999-zlib.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -105,7 +105,7 @@ + NSE_HDRS+=nse_libssh2.h + NSE_OBJS+=nse_libssh2.o + endif +-ifneq (@LIBZLIB_LIBS@,) ++ifneq (@ZLIB_LIBS@,) + NSE_SRC+=nse_zlib.cc + NSE_HDRS+=nse_zlib.h + NSE_OBJS+=nse_zlib.o |