Use included versions of ilbdnet, libpcap, libpcre, and liblua when building an RPM.

This commit is contained in:
david 2008-04-11 03:01:01 +00:00
parent cfb8d87874
commit 071d313e7b

View file

@ -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