From e42d46f17190f8d4212f2a08aa4cbf68d41e4ed4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 31 Jul 2017 20:49:13 +0000 Subject: [PATCH] Use included libz when building RPMs. --- nmap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.spec.in b/nmap.spec.in index e77dd21a5..ec096e712 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -61,7 +61,7 @@ both console and graphical versions are available. %build -%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-nmap-update --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included +%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-nmap-update --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included --with-libz=included %if "%{buildncat}" == "0" %configure --without-ncat %endif