From 071d313e7b564ad1ebd1a7e92bd131200b769c31 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 11 Apr 2008 03:01:01 +0000 Subject: [PATCH] Use included versions of ilbdnet, libpcap, libpcre, and liblua when building an RPM. --- nmap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.spec.in b/nmap.spec.in index 576800123..c60183697 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -36,7 +36,7 @@ devices are also supported, including the Sharp Zaurus and the iPAQ. %setup -q %build -%configure --without-openssl --without-zenmap +%configure --without-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %if "%{static}" == "1" make static %else